[TCP/IP 소켓 프로그래밍 C#] Asyncronous Echo Server 예제 코드
Book Review 2013. 3. 29. 14:59AcceptBegin, AcceptEnd 말고 AcceptAsync 메소드를 쓰면 다음과 같은 식으로 처리..
msdn reference : http://msdn.microsoft.com/ko-kr/library/system.net.sockets.socketasynceventargs.aspx
'Book Review' 카테고리의 다른 글
[C++11 Overview] make_shared (0) | 2013.04.26 |
---|---|
[C++11 Overview] emplace, emplace_back (0) | 2013.04.26 |
[TCP/IP 소켓프로그래밍 C#] TcpEchoClientAsync (0) | 2013.03.28 |
[TCP/IP 소켓프로그래밍 C#] ItemQuoteEncoderText class (0) | 2013.03.21 |
[C++11 Overview] RAII Classes for Mutexes (0) | 2013.03.11 |