C# 클래스 Manos.Http.HttpServer

상속: IDisposable
파일 보기 프로젝트 열기: toptensoftware/manos 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ServerVersion string

공개 메소드들

메소드 설명
Dispose ( ) : void
HttpServer ( Manos.IO.Context context, HttpConnectionCallback callback, Socket socket, bool closeOnEnd = false ) : System
Listen ( string host, int port ) : void
RunTransaction ( HttpTransaction trans ) : void

비공개 메소드들

메소드 설명
ConnectionAccepted ( Socket socket ) : void
HttpServer ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HttpServer() 공개 메소드

public HttpServer ( Manos.IO.Context context, HttpConnectionCallback callback, Socket socket, bool closeOnEnd = false ) : System
context Manos.IO.Context
callback HttpConnectionCallback
socket Socket
closeOnEnd bool
리턴 System

Listen() 공개 메소드

public Listen ( string host, int port ) : void
host string
port int
리턴 void

RunTransaction() 공개 메소드

public RunTransaction ( HttpTransaction trans ) : void
trans HttpTransaction
리턴 void

프로퍼티 상세

ServerVersion 공개적으로 정적으로 프로퍼티

public static string ServerVersion
리턴 string