SdpAttribute Constructor
Initializes an instance of the class with name and value of the attribute.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
value As String _
)
'Usage
Dim name As String
Dim value As String
Dim instance As New SdpAttribute(name, value)
public SdpAttribute(
string name,
string value
)
Parameters
- name
Type: System.String
The name of the attribute (cannot be null or Empty).
- value
Type: System.String
The value of the attribute (null indicates no value).