C# TCP socket and binary data

Posted by MD on Stack Overflow See other posts from Stack Overflow or by MD
Published on 2010-04-08T04:16:54Z Indexed on 2010/04/08 4:23 UTC
Read the original article Hit count: 448

Filed under:
|
|
|
|

Hi @All

How to send binary data (01110110 for exemple) with C# throught a TCP (using SSL) socket ?

I'm using :

SslStream.Write()

and

h[0] = (byte)Convert.ToByte("01110110"); isn't working

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about tcp