IFtp.DisconnectAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
DisconnectAsync(Object)
Informs the server that the connection is about to close and terminates the connection.
Declaration
Task DisconnectAsync(object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
| Type | Description |
|---|---|
| Task |