SipPeerToPeerEndpoint.EndpointUri Property

Definition

Gets the URI of the endpoint.

public:
 virtual property System::String ^ EndpointUri { System::String ^ get(); };
public override string EndpointUri { get; }
member this.EndpointUri : string
Public Overrides 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