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

The http processor.
Inheritance: IHttpProcessor
Afficher le fichier Open project: Grisu-NOE/Infoscreen

Méthodes publiques

Méthode Description
Initialize ( TcpClient tcpClient ) : void

Initializes the specified TCP client.

WriteFailure ( ) : void

The write failure.

WriteSuccess ( ) : void

The write success.

Private Methods

Méthode 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 méthode

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

WriteFailure() public méthode

The write failure.
public WriteFailure ( ) : void
Résultat void

WriteSuccess() public méthode

The write success.
public WriteSuccess ( ) : void
Résultat void