I have a client server app that will send XML data & binary files from the
directory system. How would I package these to send and recieve? Do I use
a NetworkStream? Or do I build a StreamWriter and send buffered streams?
Any other ideas?
Also any ideas how I would check the recieve data on either end to check if
it was text/string/XML or a binary file?
thanks
A Lonely Programmer - 27 Feb 2004 20:37 GMT
socket.send
socket.receive
> I have a client server app that will send XML data & binary files from the
> directory system. How would I package these to send and recieve? Do I use
[quoted text clipped - 5 lines]
>
> thanks