C# 클래스 Ninject.Web.WebApi.Selfhost.NinjectWebApiSelfHost

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

공개 메소드들

메소드 설명
Dispose ( ) : void

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

NinjectWebApiSelfHost ( System.Web.Http.SelfHost.HttpSelfHostConfiguration httpSelfHostConfiguration ) : System

Initializes a new instance of the NinjectWebApiSelfHost 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

NinjectWebApiSelfHost() 공개 메소드

Initializes a new instance of the NinjectWebApiSelfHost class.
public NinjectWebApiSelfHost ( System.Web.Http.SelfHost.HttpSelfHostConfiguration httpSelfHostConfiguration ) : System
httpSelfHostConfiguration System.Web.Http.SelfHost.HttpSelfHostConfiguration The HTTP self host configuration.
리턴 System

Start() 공개 메소드

Starts this instance.
public Start ( ) : void
리턴 void