SdpAttribute Members
Include Protected Members
Include Inherited Members
Represents the "a" line from the SDP.
The SdpAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SdpAttribute | Initializes an instance of the class with name and value of the attribute. |
Top
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). |
Top
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 Object.ToString().) |
Top