Method | Description | |
---|---|---|
Dispose ( ) : void | ||
OnClientReceive ( IAsyncResult ar ) : void | ||
OnClientSent ( IAsyncResult ar ) : void | ||
OnRemoteReceive ( IAsyncResult ar ) : void | ||
OnRemoteSent ( IAsyncResult ar ) : void | ||
StartHandshake ( ) : void | ||
StartRelay ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Client ( ) : System | ||
Client ( Socket clientSocket, DestroyDelegate destroyer ) : System |
protected Client ( Socket clientSocket, DestroyDelegate destroyer ) : System | ||
clientSocket | Socket | |
destroyer | DestroyDelegate | |
return | System |
public OnClientReceive ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
public OnClientSent ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
public OnRemoteReceive ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
public OnRemoteSent ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |