Receiving XML

I’m looking for a good guide on the basics of receiving HTTP-encoded XML, preferably using either C# or Visual Basic .NET for the code examples. Google is giving me too many tangentially-related hits to filter through. Does anyone know of a good site to start with?

Have you looked around on Sourceforge? Someone may have a pre-built library to handle this.