C# 클래스 CSharpUtils.Scgi.ScgiServer

파일 보기 프로젝트 열기: soywiz/csharputils

공개 메소드들

메소드 설명
AcceptLoop ( ) : void
Listen ( ) : void
ScgiServer ( string BindIp, int BindPort ) : System

보호된 메소드들

메소드 설명
DecodeHeaders ( byte HeaderData ) : string>.Dictionary
HandleConnectionOnSeparateThread ( TcpClient TcpClient ) : void
HandleRequest ( HttpHeaderList HttpHeaderList, string>.Dictionary Parameters, byte PostContent ) : void

메소드 상세

AcceptLoop() 공개 메소드

public AcceptLoop ( ) : void
리턴 void

DecodeHeaders() 보호된 메소드

protected DecodeHeaders ( byte HeaderData ) : string>.Dictionary
HeaderData byte
리턴 string>.Dictionary

HandleConnectionOnSeparateThread() 보호된 메소드

protected HandleConnectionOnSeparateThread ( TcpClient TcpClient ) : void
TcpClient System.Net.Sockets.TcpClient
리턴 void

HandleRequest() 보호된 메소드

protected HandleRequest ( HttpHeaderList HttpHeaderList, string>.Dictionary Parameters, byte PostContent ) : void
HttpHeaderList CSharpUtils.Http.HttpHeaderList
Parameters string>.Dictionary
PostContent byte
리턴 void

Listen() 공개 메소드

public Listen ( ) : void
리턴 void

ScgiServer() 공개 메소드

public ScgiServer ( string BindIp, int BindPort ) : System
BindIp string
BindPort int
리턴 System