C# 클래스 OpenStory.Services.Wcf.WcfBootstrapper

It's a bootstrapper. Yeah.
상속: OpenStory.Services.Contracts.BootstrapperBase, IDisposable
파일 보기 프로젝트 열기: shoftee/OpenStory

공개 메소드들

메소드 설명
Dispose ( ) : void
WcfBootstrapper ( IEnumerable configurations, IResolutionRoot resolutionRoot, ILogger logger ) : System

Initializes it all.

보호된 메소드들

메소드 설명
OnStarting ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnStarting() 보호된 메소드

protected OnStarting ( ) : void
리턴 void

WcfBootstrapper() 공개 메소드

Initializes it all.
public WcfBootstrapper ( IEnumerable configurations, IResolutionRoot resolutionRoot, ILogger logger ) : System
configurations IEnumerable
resolutionRoot IResolutionRoot
logger ILogger
리턴 System