C# Class At.FF.Krems.FullscreenBrowser.HttpProcessor

The http processor.
Inheritance: IHttpProcessor
Mostrar archivo Open project: Grisu-NOE/Infoscreen

Public Methods

Method Description
Initialize ( TcpClient tcpClient ) : void

Initializes the specified TCP client.

WriteFailure ( ) : void

The write failure.

WriteSuccess ( ) : void

The write success.

Private Methods

Method Description
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.

Method Details

Initialize() public method

Initializes the specified TCP client.
public Initialize ( TcpClient tcpClient ) : void
tcpClient System.Net.Sockets.TcpClient The TCP client.
return void

WriteFailure() public method

The write failure.
public WriteFailure ( ) : void
return void

WriteSuccess() public method

The write success.
public WriteSuccess ( ) : void
return void