C# Class Universe.Framework.Servers.HttpServer.HttpListenerManager

Inheritance: IDisposable
Show file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
IGNORE_ERROR_CODES int[]

Public Methods

Method Description
Dispose ( ) : void
HttpListenerManager ( uint maxThreads, bool isSecure ) : System
Start ( uint port ) : void
Stop ( ) : void

Private Methods

Method Description
ContextReady ( IAsyncResult ar ) : void
HandleRequests ( ) : void
ListenerCallback ( IAsyncResult result ) : void
Worker ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HttpListenerManager() public method

public HttpListenerManager ( uint maxThreads, bool isSecure ) : System
maxThreads uint
isSecure bool
return System

Start() public method

public Start ( uint port ) : void
port uint
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

IGNORE_ERROR_CODES public static property

public static int[] IGNORE_ERROR_CODES
return int[]