C# Class OpenStory.Services.Simple.SimpleBootstrapper

Inheritance: OpenStory.Services.Contracts.BootstrapperBase
Show file Open project: shoftee/OpenStory

Public Methods

Method Description
SimpleBootstrapper ( IResolutionRoot resolutionRoot, ILogger logger ) : System.Collections.Generic

Protected Methods

Method Description
OnStarting ( ) : void

Private Methods

Method Description
CreateAuthKernel ( IResolutionRoot parent ) : ChildKernel
GetAuthConfiguration ( ) : OsServiceConfiguration
GetChannelConfiguration ( ) : OsServiceConfiguration
GetWorldConfiguration ( ) : OsServiceConfiguration

Method Details

OnStarting() protected method

protected OnStarting ( ) : void
return void

SimpleBootstrapper() public method

public SimpleBootstrapper ( IResolutionRoot resolutionRoot, ILogger logger ) : System.Collections.Generic
resolutionRoot IResolutionRoot
logger ILogger
return System.Collections.Generic