mahdi87_gh

mahdi87_gh


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • C# Tutorial - Simple Threaded TCP Server
    04/05/2011 - 02:25

    Hi all my friends
    thanks for this good article.
    i want to send a dataTable object through tcp/ip from client To server. by this article ,now i can send text from client to server, but i don't know how to send dataTable?
    if i convert dataTable to byte[] and it's size become more than buffer size, my data will split into two or more packets. how should i merge them on the server?
    please help.
    thanks