Initializes a new instance of
SignalingHeader used by the
application to add an extension header to a SIP message.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
|
Public Sub New ( _
name As String, _
value As String _
)
|
|
public SignalingHeader (
string name,
string value
)
|
Parameters
- name
-
The name of the header.
- value
-
The value of the header.
Exceptions
Exception type |
Condition |
ArgumentNullException
|
Thrown when name or value parameters are
passed as null.
|
ArgumentException
|
Thrown when name or value parameters
length exceeded the size limit for the header name and value.
|
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