Share via


RequestTransformContext.ProxyRequest Property

Definition

The outgoing proxy request. All field are initialized except for the 'RequestUri' and optionally headers. If no value is provided then the 'RequestUri' will be initialized using the updated 'DestinationPrefix', 'Path', and 'Query' properties after the transforms have run. The headers will be copied later when applying header transforms.

public System.Net.Http.HttpRequestMessage ProxyRequest { get; init; }
member this.ProxyRequest : System.Net.Http.HttpRequestMessage with get, set
Public Property ProxyRequest As HttpRequestMessage

Property Value

Applies to