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