[quoted text, click to view] On 2008-04-21, Phil <phil78@sbcglobal.net> wrote:
> How do I send a Socket Close Event in .NET Sockets?
>
> Thanks,
>
> Phil
Send it to who? If your the server, you just close the socket. The
client, will then receive a return value of 0 on their next call to
Receive.
--