I just tried Microsoft WinSock OLE Control 6.0 (SP4). It binds to a port and it goes into a LISTEN state but I cannot figure out how to unbind the connection. Close() method does not work, SendComplete() does not work either I do not know why Other methods do not seem to be relevant.
Does anyone have any experience with WinSock
Thanks.

WinSock
ckaz
I don't have any experience with Winsock as I don't use it, but maybe these Wiki entries may be of help:
http://fox.wikis.com/wc.dll Wiki~WinSockOCXSample
http://fox.wikis.com/wc.dll Wiki~WinSockOCX~WIN_COM_API
BrianMac