Sftp.IFtp.KeepAliveAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
IFtp.KeepAliveAsync(Object)
Sends a command to the server to keep the connection alive.
Declaration
Task IFtp.KeepAliveAsync(object state)
Parameters
Type | Name | Description |
---|---|---|
Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task |