A
Adam Clauss
There seems to be various methods to determine when the remote client disconnects, but all of them I have seen are Synchronous.
AKA: Right before you try to send or receive data, check.
Is there no way to do raise an event for this? That way you know as soon as the client disconnects?
There are events for Accepting, Connecting, Receiving, Sending... why not one for disconnecting?
AKA: Right before you try to send or receive data, check.
Is there no way to do raise an event for this? That way you know as soon as the client disconnects?
There are events for Accepting, Connecting, Receiving, Sending... why not one for disconnecting?