Sending information down a socket in C#

Posted by markyoung1984 on Stack Overflow See other posts from Stack Overflow or by markyoung1984
Published on 2010-05-05T13:57:44Z Indexed on 2010/05/05 14:08 UTC
Read the original article Hit count: 198

Filed under:
|
|
|
|

I have built two programs in C# and I am sending simple strings through the sockets. This is fine for the moment but in the near future I will need to send more complicated items, such as objects down the sockets and eventually files.

What steps would I take to do this? What purpose do the buffers serve for the sockets/streams? Apologies if I am a little vague.

© Stack Overflow or respective owner

Related posts about c#

Related posts about network