Méthode | Description | |
---|---|---|
Configure ( |
||
Host ( ) : System | ||
InitializeLifetimeService ( ) : object | ||
IsVirtualPathAppPath ( string path ) : bool | ||
IsVirtualPathInApp ( String path ) : bool | ||
IsVirtualPathInApp ( string path, bool &isClientScriptPath ) : bool | ||
ProcessRequest ( Connection conn ) : void | ||
Shutdown ( ) : void |
Méthode | Description | |
---|---|---|
AddPendingCall ( ) : void | ||
IRegisteredObject ( bool immediate ) : void | ||
RemovePendingCall ( ) : void | ||
WaitForPendingCallsToFinish ( ) : void |
public Configure ( |
||
server | ||
port | int | |
virtualPath | string | |
physicalPath | string | |
Résultat | void |
public InitializeLifetimeService ( ) : object | ||
Résultat | object |
public IsVirtualPathAppPath ( string path ) : bool | ||
path | string | |
Résultat | bool |
public IsVirtualPathInApp ( String path ) : bool | ||
path | String | |
Résultat | bool |
public IsVirtualPathInApp ( string path, bool &isClientScriptPath ) : bool | ||
path | string | |
isClientScriptPath | bool | |
Résultat | bool |
public ProcessRequest ( Connection conn ) : void | ||
conn | Connection | |
Résultat | void |