Parses or builds an SDP as defined by RFC 2327.

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

Public Constructors

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

Public Properties

  Name Description
CapacityEstimate Gets the approximate amount of space required, in characters, to serialize the SDP.
GlobalDescription Gets the GlobalDescription object associated with this SDP.
LastParseErrorLineNumber Gets the line number within the SDP where the error was detected.
LastParseErrorMessage Gets a detailed message describing why the SDP could not be parsed on failure.
MediaDescriptions Gets the list of MediaDescriptions associated with this SDP.
Top

Public Methods (see also Protected Methods )

  Name Description
Equals  Overloaded. (inherited from Object )
GetBytes Creates an array of bytes containing a valid SDP that is ready to be transmitted.
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
Parse Overloaded.  
ReferenceEquals  (inherited from Object )
ToString Overridden. Creates a string containing a valid SDP that is ready to be transmitted.
TryParse Overloaded.  
Write Writes an SDP to the specified TextWriter object.
Top

Protected Methods

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

See Also