RequestTransformContext.ProxyRequest 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.
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