Метод | Описание | |
---|---|---|
Close ( ) : void | ||
Close ( bool keepAlive ) : void | ||
Flush ( ) : void | ||
GetRemainingReuses ( ) : int | ||
IsConnected ( ) : bool | ||
Read ( byte buffer, int position, int size ) : int | ||
Run ( object state ) : void | ||
SetReuseCount ( int nreuses ) : void | ||
Write ( byte buffer, int position, int size ) : void | ||
XSPWorker ( Socket client, |
Метод | Описание | |
---|---|---|
ClientCertificateValidation ( |
||
HandleInitialException ( |
||
ReadCB ( IAsyncResult ares ) : void | ||
RunInternal ( object state ) : void |
public Read ( byte buffer, int position, int size ) : int | ||
buffer | byte | |
position | int | |
size | int | |
Результат | int |
public SetReuseCount ( int nreuses ) : void | ||
nreuses | int | |
Результат | void |
public Write ( byte buffer, int position, int size ) : void | ||
buffer | byte | |
position | int | |
size | int | |
Результат | void |
public XSPWorker ( Socket client, |
||
client | Socket | |
localEP | ||
server | Mono.WebServer.ApplicationServer | |
secureConnection | bool | |
SecurityProtocol | Mono | |
cert | ||
keyCB | PrivateKeySelectionCallback | |
allowClientCert | bool | |
requireClientCert | bool | |
Результат | System |