C# Class Rtsp.Messages.RtspResponse

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

Public Methods

Method Description
RtspResponse ( ) : System

Initializes a new instance of the RtspResponse class.

Private Methods

Method Description
GetDefaultError ( int aErrorCode ) : string

Gets the default error message for an error code.

Method Details

RtspResponse() public method

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