Initializes a new instance of the class.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
Visual Basic
|
Public Sub New ( _
name As String, _
value As String _
)
|
C#
|
public SipUriParameter (
string name,
string value
)
|
Parameters
- name
-
The name of the parameter.
- value
-
The value for the parameter, which can be null or
empty.
Exceptions
Exception type |
Condition |
ArgumentNullException
|
Thrown if name is passed as a null
string.
|
ArgumentException
|
Thrown if name is an empty string or
value is not a valid string for given URI parameter
name.
|
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