C# Class Rtsp.Messages.RtspTransport

Show file Open project: ngraziano/SharpRTSP Class Usage Examples

Public Methods

Method Description
Parse ( string aTransportString ) : RtspTransport

Parses the specified transport string.

RtspTransport ( ) : System
ToString ( ) : string

Returns a System.String that represents this instance.

Private Methods

Method Description
ReadLowerTransport ( RtspTransport returnValue, string transportProtocolPart ) : void
ReadProfile ( RtspTransport returnValue, string transportProtocolPart ) : void
ReadTransport ( RtspTransport returnValue, string transportProtocolPart ) : void

Method Details

Parse() public static method

Parses the specified transport string.
is null.
public static Parse ( string aTransportString ) : RtspTransport
aTransportString string A transport string.
return RtspTransport

RtspTransport() public method

public RtspTransport ( ) : System
return System

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string