In .NET is it possible to convert a raw HTTP request to HTTPWebRequest object?
I\'m sure .NET internally doing it. Any idea which part of the .NET is actually handli
Google for Cassinni which was an HTTP server with source originally offered by Microsoft that could host ASP.NET calls. You do have to parse the request yourself and load it but Cassinni would be a good starting point. This URL might help:
http://blogs.msdn.com/dmitryr/archive/2005/09/27/474534.aspx