C# Класс Rtsp.Messages.RtspRequest

An Rtsp Request
Наследование: Rtsp.Messages.RtspMessage
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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