I have not worked with it directly, but your best best is probably the System.Net.Sockets route. It's a well established API, so if there is something you need that it does not do out of the box, there should be several guides or snippets to steer you in the right direction.
I have not worked with it directly, but your best best is probably the
System.Net.Sockets
route. It's a well established API, so if there is something you need that it does not do out of the box, there should be several guides or snippets to steer you in the right direction.Thanks Chris. That looks like the route I will be taking. Next task is byte stream serialization/deserialization.