C# 클래스 Universe.Framework.Servers.HttpServer.HttpListenerManager

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

공개 프로퍼티들

프로퍼티 타입 설명
IGNORE_ERROR_CODES int[]

공개 메소드들

메소드 설명
Dispose ( ) : void
HttpListenerManager ( uint maxThreads, bool isSecure ) : System
Start ( uint port ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
ContextReady ( IAsyncResult ar ) : void
HandleRequests ( ) : void
ListenerCallback ( IAsyncResult result ) : void
Worker ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HttpListenerManager() 공개 메소드

public HttpListenerManager ( uint maxThreads, bool isSecure ) : System
maxThreads uint
isSecure bool
리턴 System

Start() 공개 메소드

public Start ( uint port ) : void
port uint
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

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

public static int[] IGNORE_ERROR_CODES
리턴 int[]