Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Uri As String
Get
'Usage
Dim instance As SipPeerToPeerEndpoint
Dim value As String
value = instance.Uri
public override string Uri { get; }
Property Value
Type: System.String