C# Class Cassini.Host

Inheritance: System.MarshalByRefObject, IRegisteredObject
Afficher le fichier Open project: gnoso/Chill Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
AddPendingCall ( ) : void
IRegisteredObject ( bool immediate ) : void
RemovePendingCall ( ) : void
WaitForPendingCallsToFinish ( ) : void

Method Details

Configure() public méthode

public Configure ( Server server, int port, string virtualPath, string physicalPath ) : void
server Server
port int
virtualPath string
physicalPath string
Résultat void

Host() public méthode

public Host ( ) : System
Résultat System

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object

IsVirtualPathAppPath() public méthode

public IsVirtualPathAppPath ( string path ) : bool
path string
Résultat bool

IsVirtualPathInApp() public méthode

public IsVirtualPathInApp ( String path ) : bool
path String
Résultat bool

IsVirtualPathInApp() public méthode

public IsVirtualPathInApp ( string path, bool &isClientScriptPath ) : bool
path string
isClientScriptPath bool
Résultat bool

ProcessRequest() public méthode

public ProcessRequest ( Connection conn ) : void
conn Connection
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void