ResponseTrailersTransformContext.HeadersCopied Property
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.
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.
public bool HeadersCopied { get; set; }
member this.HeadersCopied : bool with get, set
Public Property HeadersCopied As Boolean