C# Класс Ninject.Extensions.Wcf.SelfHost.NinjectWcfSelfHost

Web API self host for ninject web common
Наследование: INinjectSelfHost, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Dispose ( bool disposable ) : void

Releases unmanaged and - optionally - managed resources

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

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.
Результат void

NinjectWcfSelfHost() публичный Метод

Initializes a new instance of the NinjectWcfSelfHost class.
public NinjectWcfSelfHost ( IEnumerable wcfConfigurations ) : System
wcfConfigurations IEnumerable
Результат System

Start() публичный Метод

Starts this instance.
public Start ( ) : void
Результат void