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 header. Can be null if the header has no URI.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Uri As SipUriParser
Get
'Usage
Dim instance As SignalingHeaderParser
Dim value As SipUriParser
value = instance.Uri
public SipUriParser Uri { get; }
Property Value
Type: Microsoft.Rtc.Signaling.SipUriParser