Share via


ResponseTransform.ApplyAsync(ResponseTransformContext) Method

Definition

Transforms the given response. The status and headers will have (optionally) already been copied to the HttpResponse and any changes should be made there.

public abstract System.Threading.Tasks.ValueTask ApplyAsync(Yarp.ReverseProxy.Transforms.ResponseTransformContext context);
abstract member ApplyAsync : Yarp.ReverseProxy.Transforms.ResponseTransformContext -> System.Threading.Tasks.ValueTask
Public MustOverride Function ApplyAsync (context As ResponseTransformContext) As ValueTask

Parameters

Returns

Applies to