Méthode | Description | |
---|---|---|
ClearResponseBuffer ( ) : void |
Crear response buffer
|
|
OnClosed ( bool byServer ) : void | ||
OnData ( DataFragment data ) : void | ||
OnError ( Exception error ) : void | ||
OnReady ( ) : void | ||
WaitResponse ( DataReceivedDelegate responseHandler, int millisecondsTimeout ) : void |
Wait for response. Caller should lock ResponseNotifier before send a request packet, and this method should be called in the lock-block. |
Méthode | Description | |
---|---|---|
Dump ( string caption, DataFragment data ) : void | ||
Dump ( string caption, byte data, int offset, int length ) : void | ||
TransitStatus ( SFTPChannelStatus newStatus ) : void |
public WaitResponse ( DataReceivedDelegate responseHandler, int millisecondsTimeout ) : void | ||
responseHandler | DataReceivedDelegate | delegate which handles response data |
millisecondsTimeout | int | timeout in milliseconds |
Résultat | void |