SocketTools .NET Edition

InternetServer.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 server has been started, it will be stopped and any active client connections will be terminated. All properties will be reset to their default values.

See Also

InternetServer Class | SocketTools Namespace