question about socket programming
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?