C# asynchronous beginsend method

Posted by Jatin on Stack Overflow See other posts from Stack Overflow or by Jatin
Published on 2010-04-19T06:58:02Z Indexed on 2010/04/19 7:03 UTC
Read the original article Hit count: 336

Filed under:

I am a newbie in socket programming. I am developing a server client application. And I am using Asynchronous tcp ip socket. But now I am facing a problem. In my client side I am receiving my data by a 2kb byte array by beginReceive method. Its working perfectly if data size below or equals to 2 kb, but problem occurring when data size exceeding 2kb range. Please give me some solution.

© Stack Overflow or respective owner

Related posts about asynchronous