Since a socket is full duplexed, meaning you can send and recieve simultaneously. So, is the .NET Socket Send()/Receive() thread-safe? I need to Send() and Receive() in 2 threads.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Quote from the MSDN docs about the Socket class (under Thread Safety, towards the end of the page):
So I would suppose the answer is "yes". |
|||
|
|