T Tom Shelton Apr 21, 2008 #2 How do I send a Socket Close Event in .NET Sockets? Thanks, Phil Click to expand... 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.
How do I send a Socket Close Event in .NET Sockets? Thanks, Phil Click to expand... 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.