Hi,
The Request.SaveAs method stores in a file the complete
HTTP request including the HttpVersion. However when I try
to reproduce in memory the same thing, I cannot find
the "HTTP/1.1" anywhere. I looked around and found a class
called HttpWorkerReque st which has a method called
GetHttpVersion( ) which returns the exact thing I am
missing. However, I can't see how to get at the
HttpWorkerReque st from a Page or from the HttpApplication .
What am I missing?
Thanks!
Juan
The Request.SaveAs method stores in a file the complete
HTTP request including the HttpVersion. However when I try
to reproduce in memory the same thing, I cannot find
the "HTTP/1.1" anywhere. I looked around and found a class
called HttpWorkerReque st which has a method called
GetHttpVersion( ) which returns the exact thing I am
missing. However, I can't see how to get at the
HttpWorkerReque st from a Page or from the HttpApplication .
What am I missing?
Thanks!
Juan
Comment