Click to See Complete Forum and Search --> : ????a question about socket.BeginSend()


dragooooon
October 25th, 2006, 10:56 PM
Can I invoke socket.BeginSend() right after socket.BeginReceive().
.....
socket.BeginReceive();
socket.BeginSend();
.....
I dout if socket.BeginReceive() would be blocked if no data came in and socket.BeginSend() would have no chance to be run