Converting Raw HTTP Request into HTTPWebRequest Object

后端 未结 3 1054
无人及你
无人及你 2020-11-28 13:33

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

3条回答
  •  被撕碎了的回忆
    2020-11-28 14:09

    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

提交回复
热议问题