i am going to use the async methods ......
>i am going to use the async methods ......
I haven't actually done any socket stuff in .NET, but...don't you get the
end-receive notification, with a 0 value for the call to EndReceive, to
indicate closure of a socket?
William Stacey [C# MVP] - 17 Nov 2006 19:48 GMT
I was going to say the same thing. That is what I would do.

Signature
William Stacey [C# MVP]
| >i am going to use the async methods ......
|
| I haven't actually done any socket stuff in .NET, but...don't you get the
| end-receive notification, with a 0 value for the call to EndReceive, to
| indicate closure of a socket?