SipUriParser Constructor (String)
Creates an instance of SipUriParser from a given string.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
value As String _
)
'Usage
Dim value As String
Dim instance As New SipUriParser(value)
public SipUriParser(
string value
)
Parameters
- value
Type: System.String
the whole URI string
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown if value is not a valid string to form SipUri. |