ResponseTrailerValueTransform Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or appends simple response trailer values.
public class ResponseTrailerValueTransform : Yarp.ReverseProxy.Transforms.ResponseTrailersTransform
type ResponseTrailerValueTransform = class
inherit ResponseTrailersTransform
Public Class ResponseTrailerValueTransform
Inherits ResponseTrailersTransform
- Inheritance
Constructors
ResponseTrailerValueTransform(String, String, Boolean, ResponseCondition) |
Methods
ApplyAsync(ResponseTrailersTransformContext) |
Transforms the given response trailers. The trailers will have (optionally) already been copied to the HttpResponse and any changes should be made there. |