RealTimeEndpoint.Uri Property

Gets the URI of the identity owning this endpoint.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Uri As String
    Get
'Usage
Dim instance As RealTimeEndpoint
Dim value As String

value = instance.Uri
public virtual string Uri { get; }

Property Value

Type: System.String

Remarks

Applications should start migrating their applications to use either OwnerUri for addressing the application or EndpointURI for targeting the endpoint.

See Also

Reference

RealTimeEndpoint Class

RealTimeEndpoint Members

Microsoft.Rtc.Signaling Namespace