Dela via


ResponseTransformContext.HeadersCopied Property

Definition

Gets or sets if the response headers have been copied from the HttpResponseMessage and HttpContent to the HttpResponse. 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