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

Web API self host for ninject web common
Inheritance: INinjectSelfHost, IDisposable
Afficher le fichier Open project: ninject/Ninject.Extensions.Wcf

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposable ) : void

Releases unmanaged and - optionally - managed resources

Method Details

Dispose() public méthode

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

Dispose() protected méthode

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.
Résultat void

NinjectWcfSelfHost() public méthode

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

Start() public méthode

Starts this instance.
public Start ( ) : void
Résultat void