LocalEndpoint.EndpointUri Property

Definition

Gets the URI of the endpoint.

public:
 property System::String ^ EndpointUri { System::String ^ get(); };
public string EndpointUri { get; }
member this.EndpointUri : string
Public ReadOnly Property EndpointUri As String

Property Value

Remarks

Note that the endpoint URI is used to communicate with this specific endpoint and cannot be used to communicate with another endpoint of the current endpoint owner.

Applies to