C# 클래스 Cassini.Host

상속: System.MarshalByRefObject, IRegisteredObject
파일 보기 프로젝트 열기: gnoso/Chill 1 사용 예제들

공개 메소드들

메소드 설명
Configure ( Server server, int port, string virtualPath, string physicalPath ) : void
Host ( ) : System
InitializeLifetimeService ( ) : object
IsVirtualPathAppPath ( string path ) : bool
IsVirtualPathInApp ( String path ) : bool
IsVirtualPathInApp ( string path, bool &isClientScriptPath ) : bool
ProcessRequest ( Connection conn ) : void
Shutdown ( ) : void

비공개 메소드들

메소드 설명
AddPendingCall ( ) : void
IRegisteredObject ( bool immediate ) : void
RemovePendingCall ( ) : void
WaitForPendingCallsToFinish ( ) : void

메소드 상세

Configure() 공개 메소드

public Configure ( Server server, int port, string virtualPath, string physicalPath ) : void
server Server
port int
virtualPath string
physicalPath string
리턴 void

Host() 공개 메소드

public Host ( ) : System
리턴 System

InitializeLifetimeService() 공개 메소드

public InitializeLifetimeService ( ) : object
리턴 object

IsVirtualPathAppPath() 공개 메소드

public IsVirtualPathAppPath ( string path ) : bool
path string
리턴 bool

IsVirtualPathInApp() 공개 메소드

public IsVirtualPathInApp ( String path ) : bool
path String
리턴 bool

IsVirtualPathInApp() 공개 메소드

public IsVirtualPathInApp ( string path, bool &isClientScriptPath ) : bool
path string
isClientScriptPath bool
리턴 bool

ProcessRequest() 공개 메소드

public ProcessRequest ( Connection conn ) : void
conn Connection
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void