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