Represents the global section of the SDP.

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

Public Constructors (see also Protected Constructors )

  Name Description
SdpGlobalDescription Overloaded. Initializes a new instance of the class.
Top

Protected Constructors

  Name Description
SdpGlobalDescription Overloaded.  
Top

Public Properties

  Name Description
Attributes Gets the list of "a" lines from the SDP.
Bandwidth Gets or sets details of the "b" line from the SDP.
Connection Gets or sets details of the "c" line from the SDP.
EncryptionKey Gets or sets details of the "k" line from the SDP.
Origin Gets or sets details of the "o" line from the SDP.
Top

Public Methods (see also Protected Methods )

  Name Description
Copy Creates a new instance of the class with the same settings as the current instance.
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
ToString  (inherited from Object )
Write Appends the global section of the SDP to the provided string builder.
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
ParseAttribute Parses an attribute.
SerializeAttributes Serializes attributes ("a" lines) onto the supplied StringBuilder.
Top

See Also