I have an application that needs to connect via a socket to a server, send an XML request, then receive a response. Sounds pretty simple, right? FWIW, I've never used sockets before.
The vendor of the server has given me sample C#.NET code for connecting/sending/receiving. That's great, and...