C# 클래스 Cassette.Nancy.WebHost

상속: HostBase
파일 보기 프로젝트 열기: ChrisMH/Cassette.Nancy 1 사용 예제들

공개 메소드들

메소드 설명
RewriteResponseContents ( Nancy.NancyContext context ) : void
RunCassetteRequestHandler ( Nancy.NancyContext context ) : Response
WebHost ( IRootPathProvider rootPathProvider, Func getContext ) : System

보호된 메소드들

메소드 설명
ConfigureContainer ( ) : void
CreateHostSpecificSettingsConfiguration ( ) : IConfiguration
CreateRequestLifetimeProvider ( ) : TinyIoC.TinyIoCContainer.ITinyIoCObjectLifetimeProvider
LoadAssemblies ( ) : IEnumerable

메소드 상세

ConfigureContainer() 보호된 메소드

protected ConfigureContainer ( ) : void
리턴 void

CreateHostSpecificSettingsConfiguration() 보호된 메소드

protected CreateHostSpecificSettingsConfiguration ( ) : IConfiguration
리턴 IConfiguration

CreateRequestLifetimeProvider() 보호된 메소드

protected CreateRequestLifetimeProvider ( ) : TinyIoC.TinyIoCContainer.ITinyIoCObjectLifetimeProvider
리턴 TinyIoC.TinyIoCContainer.ITinyIoCObjectLifetimeProvider

LoadAssemblies() 보호된 메소드

protected LoadAssemblies ( ) : IEnumerable
리턴 IEnumerable

RewriteResponseContents() 공개 메소드

public RewriteResponseContents ( Nancy.NancyContext context ) : void
context Nancy.NancyContext
리턴 void

RunCassetteRequestHandler() 공개 메소드

public RunCassetteRequestHandler ( Nancy.NancyContext context ) : Response
context Nancy.NancyContext
리턴 Nancy.Response

WebHost() 공개 메소드

public WebHost ( IRootPathProvider rootPathProvider, Func getContext ) : System
rootPathProvider IRootPathProvider
getContext Func
리턴 System