SdpGlobalDescription Members

Represents the global section of the SDP.

The SdpGlobalDescription type exposes the following members.

Constructors

  Name Description
Public method SdpGlobalDescription()()()() Initializes a new instance of the class.
Protected method SdpGlobalDescription(SdpGlobalDescription) Initializes a new instance of the class.

Top

Properties

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

Top

Methods

  Name Description
Public method Copy Creates a new instance of the class with the same settings as the current instance.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ParseAttribute Parses an attribute.
Protected method SerializeAttributes Serializes attributes ("a" lines) onto the supplied [StringBuilder].
Public method ToString (Inherited from Object.)
Public method Write Appends the global section of the SDP to the provided string builder.

Top

See Also

Reference

SdpGlobalDescription Class

Microsoft.Rtc.Signaling Namespace