C# Class Rtsp.Messages.RtspRequest

An Rtsp Request
Inheritance: Rtsp.Messages.RtspMessage
ファイルを表示 Open project: ngraziano/SharpRTSP Class Usage Examples

Public Methods

Method Description
CreateResponse ( ) : RtspResponse

Gets the assiociate OK response with the request.

RtspRequest ( ) : System

Initializes a new instance of the RtspRequest class.

Private Methods

Method Description
GetRtspRequest ( string aRequestParts ) : Rtsp.Messages.RtspMessage

Gets the Rtsp request.

ParseRequest ( string aStringRequest ) : RequestType

Parses the request command.

Method Details

CreateResponse() public method

Gets the assiociate OK response with the request.
public CreateResponse ( ) : RtspResponse
return RtspResponse

RtspRequest() public method

Initializes a new instance of the RtspRequest class.
public RtspRequest ( ) : System
return System