Inheritance
System.Object
Startup
Namespace:InfinniPlatform.ServiceHost
Assembly:InfinniPlatform.ServiceHost.dll
public class Startup : object
Constructors
|
Improve this Doc
View Source
Declaration
public Startup(IHostingEnvironment env)
Parameters
Type |
Name |
Description |
IHostingEnvironment |
env |
|
Methods
|
Improve this Doc
View Source
Configure(IApplicationBuilder, IContainerResolver, ILoggerFactory, IApplicationLifetime, IHttpContextAccessor)
Declaration
public void Configure(IApplicationBuilder app, IContainerResolver resolver, ILoggerFactory loggerFactory, IApplicationLifetime appLifetime, IHttpContextAccessor httpContextAccessor)
Parameters
Type |
Name |
Description |
IApplicationBuilder |
app |
|
IContainerResolver |
resolver |
|
ILoggerFactory |
loggerFactory |
|
IApplicationLifetime |
appLifetime |
|
IHttpContextAccessor |
httpContextAccessor |
|
|
Improve this Doc
View Source
Declaration
public IServiceProvider ConfigureServices(IServiceCollection services)
Parameters
Type |
Name |
Description |
IServiceCollection |
services |
|
Returns
Type |
Description |
IServiceProvider |
|
Extension Methods