SocketTools .NET Edition

PopClient.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 socket has been allocated, it will be released and any active connections will be terminated. All properties will be reset to their default values.

See Also

PopClient Class | SocketTools Namespace