C# Class Microsoft.AspNet.Server.Kestrel.KestrelEngine

Inheritance: ServiceContext, IDisposable
Show file Open project: Starcounter/KestrelHttpServer Class Usage Examples

Public Methods

Method Description
CreateServer ( ServerAddress address, Task>.Func application ) : IDisposable
Dispose ( ) : void
KestrelEngine ( ServiceContext context ) : System
Start ( int count ) : void

Private Methods

Method Description
KestrelEngine ( Libuv uv, ServiceContext context ) : System

Method Details

CreateServer() public method

public CreateServer ( ServerAddress address, Task>.Func application ) : IDisposable
address ServerAddress
application Task>.Func
return IDisposable

Dispose() public method

public Dispose ( ) : void
return void

KestrelEngine() public method

public KestrelEngine ( ServiceContext context ) : System
context ServiceContext
return System

Start() public method

public Start ( int count ) : void
count int
return void