SdpAttribute(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).