Will Socket.SendAsync allways send all data in the byte[] buffer that the SocketAsyncEventArgs has been assigned with? iv tested some code but only on a local network and there it seems to be that way..
Edit: Ok but does it allways send all data befor running the compleated event?
the only socket.BeginSend did not if i remember right..