Share via


ReceiveRequest.Path Property

Definition

Gets or sets the path this request wants to be routed to.

public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String

Property Value

The string representation of the URL style path to request wants to be routed to.

Applies to