Share via


ResponseHeaderRemoveTransform.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 override System.Threading.Tasks.ValueTask ApplyAsync(Yarp.ReverseProxy.Transforms.ResponseTransformContext context);
override this.ApplyAsync : Yarp.ReverseProxy.Transforms.ResponseTransformContext -> System.Threading.Tasks.ValueTask
Public Overrides Function ApplyAsync (context As ResponseTransformContext) As ValueTask

Parameters

Returns

Applies to