C# 클래스 Rtsp.Messages.RtspRequest

An Rtsp Request
상속: Rtsp.Messages.RtspMessage
파일 보기 프로젝트 열기: ngraziano/SharpRTSP 1 사용 예제들

공개 메소드들

메소드 설명
CreateResponse ( ) : RtspResponse

Gets the assiociate OK response with the request.

RtspRequest ( ) : System

Initializes a new instance of the RtspRequest class.

비공개 메소드들

메소드 설명
GetRtspRequest ( string aRequestParts ) : Rtsp.Messages.RtspMessage

Gets the Rtsp request.

ParseRequest ( string aStringRequest ) : RequestType

Parses the request command.

메소드 상세

CreateResponse() 공개 메소드

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

RtspRequest() 공개 메소드

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