1
Answer

question about socket programming

zhebincong

zhebincong

20y
1.8k
1
hello i found there are three socket programming architectures from dotnet:synchronized socket,asynchronized socket and TcpListener. i know that the asynchronized socket is non-blocking socket.i can use it implementing non-blocking socket communication. but i don't know how to determine when i use the synchronized socket or TcpListener. who can help me?
Answers (1)