C# Класс At.FF.Krems.FullscreenBrowser.HttpProcessor

The http processor.
Наследование: IHttpProcessor
Показать файл Открыть проект

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

Метод Описание
Initialize ( TcpClient tcpClient ) : void

Initializes the specified TCP client.

WriteFailure ( ) : void

The write failure.

WriteSuccess ( ) : void

The write success.

Приватные методы

Метод Описание
HandleGetRequest ( ) : void

The handle get request.

Log ( string message, EventLogEntryType eventLogEntryType ) : void

The log.

ParseRequest ( ) : void

The parse request.

Process ( ) : void
StreamReadLine ( Stream inputStream ) : string

The stream read line.

Описание методов

Initialize() публичный Метод

Initializes the specified TCP client.
public Initialize ( TcpClient tcpClient ) : void
tcpClient System.Net.Sockets.TcpClient The TCP client.
Результат void

WriteFailure() публичный Метод

The write failure.
public WriteFailure ( ) : void
Результат void

WriteSuccess() публичный Метод

The write success.
public WriteSuccess ( ) : void
Результат void