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

Summary description for ServerFactory
Inheritance: IServerFactory
Datei anzeigen Open project: Starcounter/KestrelHttpServer

Public Methods

Method Description
Initialize ( IConfiguration configuration ) : IFeatureCollection
ServerFactory ( IApplicationLifetime appLifetime, ILoggerFactory loggerFactory ) : System
Start ( IFeatureCollection serverFeatures, Task>.Func application ) : IDisposable

Method Details

Initialize() public method

public Initialize ( IConfiguration configuration ) : IFeatureCollection
configuration IConfiguration
return IFeatureCollection

ServerFactory() public method

public ServerFactory ( IApplicationLifetime appLifetime, ILoggerFactory loggerFactory ) : System
appLifetime IApplicationLifetime
loggerFactory ILoggerFactory
return System

Start() public method

public Start ( IFeatureCollection serverFeatures, Task>.Func application ) : IDisposable
serverFeatures IFeatureCollection
application Task>.Func
return IDisposable