Dela via


ResponseTrailersTransformContext Class

Definition

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.

Applies to