Edit

Share via


SdpAttribute(String, String) Constructor

Definition

Initializes an instance of the class with name and value of the attribute.

public:
 SdpAttribute(System::String ^ name, System::String ^ value);
public SdpAttribute (string name, string value);
new Microsoft.Rtc.Signaling.SdpAttribute : string * string -> Microsoft.Rtc.Signaling.SdpAttribute
Public Sub New (name As String, value As String)

Parameters

name
String

The name of the attribute (cannot be null or Empty).

value
String

The value of the attribute (null indicates no value).

Applies to