Dela via


ResponseTrailersTransform.ApplyAsync(ResponseTrailersTransformContext) 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 abstract System.Threading.Tasks.ValueTask ApplyAsync (Yarp.ReverseProxy.Transforms.ResponseTrailersTransformContext context);
abstract member ApplyAsync : Yarp.ReverseProxy.Transforms.ResponseTrailersTransformContext -> System.Threading.Tasks.ValueTask
Public MustOverride Function ApplyAsync (context As ResponseTrailersTransformContext) As ValueTask

Parameters

Returns

Applies to