C# 클래스 Netty.WebsiteInitializer

A class used to initialize a website within the context of an ASP.Net server.
상속: System.MarshalByRefObject, IAspInitializer
파일 보기 프로젝트 열기: Cayan-LLC/netty

공개 메소드들

메소드 설명
ConfigurationInitializer ( string virtualPath, string physicalPath ) : AspRequestProcessor

Initializes the T:Netty.AspRequestProcessor based on the configuration within the context of an application.

Stop ( bool immediate ) : void

Requests a registered object to unregister.

비공개 메소드들

메소드 설명
InitializeLifetimeService ( ) : object

메소드 상세

ConfigurationInitializer() 공개 메소드

Initializes the T:Netty.AspRequestProcessor based on the configuration within the context of an application.
public ConfigurationInitializer ( string virtualPath, string physicalPath ) : AspRequestProcessor
virtualPath string The virtual path used by the ASP.Net server.
physicalPath string The physical path used by the ASP.Net server.
리턴 AspRequestProcessor

Stop() 공개 메소드

Requests a registered object to unregister.
public Stop ( bool immediate ) : void
immediate bool true to indicate the registered object should unregister from the hosting environment before returning; otherwise, false.
리턴 void