SocketTools .NET Edition

FtpClient.Reset Method 

Reset the internal state of the object, resetting all properties to their default values.

[Visual Basic]
Public Sub Reset()
[C#]
public void Reset();

Remarks

The Reset method returns the object to its default state. If a connection to a server has been established, it will be terminated the resources allocated for the client session will be released. All properties will be reset to their default values.

See Also

FtpClient Class | SocketTools Namespace