ResponseTrailersTransformContext 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.
Transform state for use with ResponseTrailersTransform
public class ResponseTrailersTransformContext
type ResponseTrailersTransformContext = class
Public Class ResponseTrailersTransformContext
- Inheritance
-
ResponseTrailersTransformContext
Constructors
ResponseTrailersTransformContext() |
Properties
CancellationToken |
A CancellationToken indicating that the request is being aborted. |
HeadersCopied |
Gets or sets if the response trailers have been copied from the HttpResponseMessage to the HttpResponse. Transforms use this when searching for the current value of a header they should operate on. |
HttpContext |
The current request context. |
ProxyResponse |
The incoming proxy response. |