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