Tom Shelton
4/21/2008 7:57:00 PM
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.
--
Tom Shelton