RequestTransformContext.DestinationPrefix 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 URI prefix for the proxy request. This includes the scheme and host and can optionally include a port and path base. The 'Path' and 'Query' properties will be appended to this after the transforms have run. Changing this value can have side effects on load balancing and health checks.
public string DestinationPrefix { get; init; }
public string DestinationPrefix { get; set; }
member this.DestinationPrefix : string with get, set
Public Property DestinationPrefix As String