Méthode | Description | |
---|---|---|
HostStopped ( ) : void |
|
|
InitializeLifetimeService ( ) : object |
|
|
OnRequestEnd ( Connection conn, CassiniDev.RequestInfo info ) : void |
Called at the end of request processing to disconnect the remoting proxy for Connection object and allow GC to pick it up. 01/06/10 sky: modified signature to enable instrumentation
|
|
Server ( int port, string virtualPath, string physicalPath ) : System |
|
|
Start ( ) : void |
|
|
Stop ( ) : void |
|
Méthode | Description | |
---|---|---|
CreateSocketBindAndListen ( AddressFamily family, |
Socket listening
|
|
CreateWorkerAppDomainWithHost ( string virtualPath, string physicalPath, |
||
GetHost ( ) : Host |
public InitializeLifetimeService ( ) : object | ||
Résultat | object |
public OnRequestEnd ( Connection conn, CassiniDev.RequestInfo info ) : void | ||
conn | Connection | |
info | CassiniDev.RequestInfo | |
Résultat | void |
public Server ( int port, string virtualPath, string physicalPath ) : System | ||
port | int | |
virtualPath | string | |
physicalPath | string | |
Résultat | System |