Initializes an instance of
SipUriParser.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
|
Public Sub New ( _
scheme As String, _
userInfo As String, _
host As String, _
port As Integer _
)
|
|
public SipUriParser (
string scheme,
string userInfo,
string host,
int port
)
|
Parameters
- scheme
-
The Uri scheme string.
- userInfo
-
The user:port@ component.
- host
-
The host component.
- port
-
The port component.
Exceptions
Exception type |
Condition |
ArgumentException
|
Thrown if any of the parameter is not a valid string to
form SipUri.
|
Remarks
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server
2003, Windows Vista Ultimate Edition, Windows Vista Business
Edition, Windows Vista Enterprise Edition
Target Platforms
See Also