Does anyone know of any built mechanic in the framework for parsing a mutlti part response?

There has to be something somewhere because System.Web.HttpRequest obviously has the Files property...

THe reason I'm asking is that I have an application that uses Http to request and recieve XML data as well as multipart responses containing file data.

I have code that parses the http multi part resonse, but I think there may be a bug, and it seems like it would be a lot easier if I could simply use the same .net framework code that is used to file the HttpFileCollection of System.Web.HttpRequest...

Anyone have any info?