Uri Property

Gets the URI of the endpoint.

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
A string containing the URI.

Remarks

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 peer-to-peer endpoint by the connection manager.

See Also

Reference

SipPeerToPeerEndpoint Class

SipPeerToPeerEndpoint Members

Microsoft.Rtc.Signaling Namespace