Share via


RequestTransformContext.HeadersCopied Property

Definition

Gets or sets if the request headers have been copied from the HttpRequest to the HttpRequestMessage and HttpContent. Transforms use this when searching for the current value of a header they should operate on.

public bool HeadersCopied { get; set; }
member this.HeadersCopied : bool with get, set
Public Property HeadersCopied As Boolean

Property Value

Applies to