C# Class withSIX.Steam.Presentation.AspStartupBase

显示文件 Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
ConfigureServices ( IServiceCollection services ) : void

Protected Methods

Method Description
AspStartupBase ( IHostingEnvironment env ) : System
ConfigureApp ( IApplicationBuilder app, System.Action act ) : void

Method Details

AspStartupBase() protected method

protected AspStartupBase ( IHostingEnvironment env ) : System
env IHostingEnvironment
return System

ConfigureApp() protected static method

protected static ConfigureApp ( IApplicationBuilder app, System.Action act ) : void
app IApplicationBuilder
act System.Action
return void

ConfigureServices() public method

public ConfigureServices ( IServiceCollection services ) : void
services IServiceCollection
return void