P
puzzlecracker
I need to talk to another application by sending a byte array across
the wire. In fact, the application sitting on the other end of the
wire is reads byte stream using c sockets ( not sure if language
interoperability is relevant here). I am debating whether i should
add a layer and use TCPSocket class or use an old-fashion row socket
class. I am using .net 2.0.
What is ongoing practice?
Thanks
the wire. In fact, the application sitting on the other end of the
wire is reads byte stream using c sockets ( not sure if language
interoperability is relevant here). I am debating whether i should
add a layer and use TCPSocket class or use an old-fashion row socket
class. I am using .net 2.0.
What is ongoing practice?
Thanks