Represents the "a" line from the SDP.

The following tables list the members exposed by the SdpAttribute type.

Public Constructors

  Name Description
SdpAttribute Initializes a new instance of the class.
Top

Public Properties

  Name Description
Name Gets or sets the attribute name.
Value Gets or sets the attribute value.
Top

Public Methods (see also Protected Methods )

  Name Description
Copy Initializes a new instance of SdpAttribute with the same values as the current instance.
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
ToString Overridden. Returns the string representation of the attribute in form of "name=value".
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
Top

See Also