C# 클래스 At.FF.Krems.FullscreenBrowser.HttpProcessor

The http processor.
상속: IHttpProcessor
파일 보기 프로젝트 열기: Grisu-NOE/Infoscreen

공개 메소드들

메소드 설명
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