C# Class Ninject.Extensions.Wcf.SelfHost.NinjectWcfSelfHost

Web API self host for ninject web common
Inheritance: INinjectSelfHost, IDisposable
显示文件 Open project: ninject/Ninject.Extensions.Wcf

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

NinjectWcfSelfHost ( IEnumerable wcfConfigurations ) : System

Initializes a new instance of the NinjectWcfSelfHost class.

Start ( ) : void

Starts this instance.

Protected Methods

Method Description
Dispose ( bool disposable ) : void

Releases unmanaged and - optionally - managed resources

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

Dispose() protected method

Releases unmanaged and - optionally - managed resources
protected Dispose ( bool disposable ) : void
disposable bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
return void

NinjectWcfSelfHost() public method

Initializes a new instance of the NinjectWcfSelfHost class.
public NinjectWcfSelfHost ( IEnumerable wcfConfigurations ) : System
wcfConfigurations IEnumerable
return System

Start() public method

Starts this instance.
public Start ( ) : void
return void