C# Class Rtsp.Messages.RtspRequest

An Rtsp Request
Inheritance: Rtsp.Messages.RtspMessage
Afficher le fichier Open project: ngraziano/SharpRTSP Class Usage Examples

Méthodes publiques

Méthode Description
CreateResponse ( ) : RtspResponse

Gets the assiociate OK response with the request.

RtspRequest ( ) : System

Initializes a new instance of the RtspRequest class.

Private Methods

Méthode Description
GetRtspRequest ( string aRequestParts ) : Rtsp.Messages.RtspMessage

Gets the Rtsp request.

ParseRequest ( string aStringRequest ) : RequestType

Parses the request command.

Method Details

CreateResponse() public méthode

Gets the assiociate OK response with the request.
public CreateResponse ( ) : RtspResponse
Résultat RtspResponse

RtspRequest() public méthode

Initializes a new instance of the RtspRequest class.
public RtspRequest ( ) : System
Résultat System