Initializes a new instance of the class.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
|
Public Sub New ( _
name As String, _
value As String _
)
|
|
public SdpAttribute (
string name,
string value
)
|
Parameters
- name
-
The name of the attribute, which cannot be null.
- value
-
The value of the attribute (null indicates no 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