TransformBuilderContext.CopyRequestHeaders 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.
Indicates if request headers should all be copied to the proxy request before transforms are applied.
public bool? CopyRequestHeaders { get; set; }
member this.CopyRequestHeaders : Nullable<bool> with get, set
Public Property CopyRequestHeaders As Nullable(Of Boolean)