C# Class Tmds.Sdp.SessionDescription

Show file Open project: bbc/sdp-test Class Usage Examples

Public Properties

Property Type Description
_information string

Private Properties

Property Type Description
SessionDescription System

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsSameSession ( SessionDescription sd ) : bool
IsUpdateOf ( SessionDescription sd ) : bool
Load ( Stream stream ) : SessionDescription
Load ( Stream stream, LoadOptions loadOptions ) : SessionDescription
Load ( TextReader reader ) : SessionDescription
Load ( TextReader reader, LoadOptions loadOptions ) : SessionDescription
Parse ( string text ) : SessionDescription
Parse ( string text, LoadOptions options ) : SessionDescription
Save ( Stream stream ) : void
Save ( TextWriter textWriter ) : void
SessionDescription ( ) : System
SetReadOnly ( ) : void
ToString ( ) : string
operator ( ) : bool

Private Methods

Method Description
SessionDescription ( bool initialize ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsSameSession() public method

public IsSameSession ( SessionDescription sd ) : bool
sd SessionDescription
return bool

IsUpdateOf() public method

public IsUpdateOf ( SessionDescription sd ) : bool
sd SessionDescription
return bool

Load() public static method

public static Load ( Stream stream ) : SessionDescription
stream Stream
return SessionDescription

Load() public static method

public static Load ( Stream stream, LoadOptions loadOptions ) : SessionDescription
stream Stream
loadOptions LoadOptions
return SessionDescription

Load() public static method

public static Load ( TextReader reader ) : SessionDescription
reader TextReader
return SessionDescription

Load() public static method

public static Load ( TextReader reader, LoadOptions loadOptions ) : SessionDescription
reader TextReader
loadOptions LoadOptions
return SessionDescription

Parse() public static method

public static Parse ( string text ) : SessionDescription
text string
return SessionDescription

Parse() public static method

public static Parse ( string text, LoadOptions options ) : SessionDescription
text string
options LoadOptions
return SessionDescription

Save() public method

public Save ( Stream stream ) : void
stream Stream
return void

Save() public method

public Save ( TextWriter textWriter ) : void
textWriter System.IO.TextWriter
return void

SessionDescription() public method

public SessionDescription ( ) : System
return System

SetReadOnly() public method

public SetReadOnly ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

_information public property

public string _information
return string