C# Class Nancy.Hosting.Event2.EventHttp.EventHttpListener

Inheritance: IDisposable
Afficher le fichier Open project: kekekeks/Nancy.Hosting.Event.2 Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
EventHttpListener ( RequestCallback cb ) : System
Start ( string host, ushort port ) : void

Private Methods

Méthode Description
DoDispose ( ) : void
MainCycle ( ) : void
RequestHandler ( IntPtr request, IntPtr arg ) : void
Sync ( System.Action cb ) : void
SyncCallback ( int fd, short events, IntPtr arg ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EventHttpListener() public méthode

public EventHttpListener ( RequestCallback cb ) : System
cb RequestCallback
Résultat System

Start() public méthode

public Start ( string host, ushort port ) : void
host string
port ushort
Résultat void