CSocket.Close Method | |
Disconnects the socket and closes it.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax Remarks
This method disconnects a connection and then closes it.
If a socket is not closed in code, it will be automatically closed if the appropriate object instance goes out of scope.
Examples
See the CSocket:Connect() example.
See Also