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

Inheritance: IDisposable
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Méthodes publiques

Свойство Type Description
IGNORE_ERROR_CODES int[]

Méthodes publiques

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

Private Methods

Méthode Description
ContextReady ( IAsyncResult ar ) : void
HandleRequests ( ) : void
ListenerCallback ( IAsyncResult result ) : void
Worker ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HttpListenerManager() public méthode

public HttpListenerManager ( uint maxThreads, bool isSecure ) : System
maxThreads uint
isSecure bool
Résultat System

Start() public méthode

public Start ( uint port ) : void
port uint
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

IGNORE_ERROR_CODES public_oe static_oe property

public static int[] IGNORE_ERROR_CODES
Résultat int[]