C# Class Lykke.Service.PayInvoicePortal.Startup

Show file Open project: LykkeCity/Lykke.Service.PayInvoicePortal

Public Properties

Property Type Description
DeploymentEnvironment DeploymentEnvironment
EnableSignup bool
PortalTestnetUrl string

Private Properties

Property Type Description
CleanUp void
StartApplication Task
StopApplication Task

Public Methods

Method Description
Configure ( IApplicationBuilder app, IHostingEnvironment env, IApplicationLifetime appLifetime ) : void
ConfigureServices ( IServiceCollection services ) : IServiceProvider
Startup ( IHostingEnvironment env ) : System

Private Methods

Method Description
CleanUp ( ) : void
StartApplication ( ) : Task
StopApplication ( ) : Task

Method Details

Configure() public method

public Configure ( IApplicationBuilder app, IHostingEnvironment env, IApplicationLifetime appLifetime ) : void
app IApplicationBuilder
env IHostingEnvironment
appLifetime IApplicationLifetime
return void

ConfigureServices() public method

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

Startup() public method

public Startup ( IHostingEnvironment env ) : System
env IHostingEnvironment
return System

Property Details

DeploymentEnvironment public static property

public static DeploymentEnvironment DeploymentEnvironment
return DeploymentEnvironment

EnableSignup public static property

public static bool EnableSignup
return bool

PortalTestnetUrl public static property

public static string PortalTestnetUrl
return string