Partilhar via


SipPeerToPeerEndpoint.Uri Property

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

See Also

Reference

SipPeerToPeerEndpoint Class

SipPeerToPeerEndpoint Members

Microsoft.Rtc.Signaling Namespace