C# Class UnityNuGet.Server.Startup

Mostra file Open project: xoofx/UnityNuGet

Public Methods

Method Description
Configure ( IApplicationBuilder app, IHostEnvironment env, ILoggerFactory loggerFactory ) : void
ConfigureServices ( IServiceCollection services ) : void

Method Details

Configure() public method

public Configure ( IApplicationBuilder app, IHostEnvironment env, ILoggerFactory loggerFactory ) : void
app IApplicationBuilder
env IHostEnvironment
loggerFactory ILoggerFactory
return void

ConfigureServices() public method

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