question about socket programming

Jul 2 2004 1:32 AM
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)