CSocket.Close Method | |
Disconnects the socket and closes it.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD Close() AS LOGIC
public virtual bool Close()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
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