RequestTransformContext.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 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, setPublic Property HeadersCopied As Boolean