C# 클래스 Ninject.Extensions.Wcf.SelfHost.NinjectWcfSelfHost

Web API self host for ninject web common
상속: INinjectSelfHost, IDisposable
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.Wcf

공개 메소드들

메소드 설명
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