SipPeerToPeerEndpoint.Uri 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.
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