ResponseTrailersFuncTransform.ApplyAsync Method

Definition

Transforms the given response trailers. The trailers 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.ResponseTrailersTransformContext context);
override this.ApplyAsync : Yarp.ReverseProxy.Transforms.ResponseTrailersTransformContext -> System.Threading.Tasks.ValueTask
Public Overrides Function ApplyAsync (context As ResponseTrailersTransformContext) As ValueTask

Parameters

Returns

Applies to