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