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

Inheritance: ServiceContext, IDisposable
Afficher le fichier Open project: Starcounter/KestrelHttpServer Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
KestrelEngine ( Libuv uv, ServiceContext context ) : System

Method Details

CreateServer() public méthode

public CreateServer ( ServerAddress address, Task>.Func application ) : IDisposable
address ServerAddress
application Task>.Func
Résultat IDisposable

Dispose() public méthode

public Dispose ( ) : void
Résultat void

KestrelEngine() public méthode

public KestrelEngine ( ServiceContext context ) : System
context ServiceContext
Résultat System

Start() public méthode

public Start ( int count ) : void
count int
Résultat void