The SdpAttributetype exposes the following members.

Constructors

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

Methods

  Name Description
Copy
Initializes a new instance of SdpAttribute with the same values as the current instance.
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString
Returns the string representation of the attribute in form of "name=value"
(Overrides ObjectToString () () () .)

Properties

  Name Description
Name
Gets or sets the attribute name.
Value
Gets or sets the attribute value. 'null' indicates the attribute does not have a value (no ":" will appear after name).

See Also