C# Class OpenStory.Services.Wcf.WcfBootstrapper

It's a bootstrapper. Yeah.
Inheritance: OpenStory.Services.Contracts.BootstrapperBase, IDisposable
显示文件 Open project: shoftee/OpenStory

Public Methods

Method Description
Dispose ( ) : void
WcfBootstrapper ( IEnumerable configurations, IResolutionRoot resolutionRoot, ILogger logger ) : System

Initializes it all.

Protected Methods

Method Description
OnStarting ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnStarting() protected method

protected OnStarting ( ) : void
return void

WcfBootstrapper() public method

Initializes it all.
public WcfBootstrapper ( IEnumerable configurations, IResolutionRoot resolutionRoot, ILogger logger ) : System
configurations IEnumerable
resolutionRoot IResolutionRoot
logger ILogger
return System