C# Class Rtsp.Messages.RtspTransport

Afficher le fichier Open project: ngraziano/SharpRTSP Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( string aTransportString ) : RtspTransport

Parses the specified transport string.

RtspTransport ( ) : System
ToString ( ) : string

Returns a System.String that represents this instance.

Private Methods

Méthode Description
ReadLowerTransport ( RtspTransport returnValue, string transportProtocolPart ) : void
ReadProfile ( RtspTransport returnValue, string transportProtocolPart ) : void
ReadTransport ( RtspTransport returnValue, string transportProtocolPart ) : void

Method Details

Parse() public static méthode

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

RtspTransport() public méthode

public RtspTransport ( ) : System
Résultat System

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string