Edit

Share via


SipPeerToPeerEndpoint.Uri Property

Definition

Gets the URI of the endpoint. This URI is meant to be routable if presented to another peer. Hence this might include port (if listening) and a URI parameter called ms-opaque that is used for uniquely routing incoming messages to the right p2p endpoint by the connection manager.

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

Property Value

Applies to