Purpose
Terminates an Internet socket connection to a remote host and clears up any resources that the connection was using.
The data attribute of the object is still available after disconnection until the object goes out of scope.
Syntax
Socket.Disconnect
Example
Dim sockme as Socket
sockme.Disconnect
|