Hi,
I want to use a class (if possible other than Socket) which one I could call
a custom handler and receive the redirect code it sends...
Actually, I tried using the WebClient class, but when the WebClient is
redirected, it does not give the redirect code in the result, it
automaticaly redirects and put the resulting page into the result...
Is there a buit-in class that does what I need in the .Net Framework or will
I have to implement the HTTP protocol myself using the Socket class?
thanks
ThunderMusic
bruce barker - 26 Jan 2007 16:30 GMT
use HttpWebRequest and turn off AllowAutoRedirect.
-- bruce (sqlwork.com)
> Hi,
> I want to use a class (if possible other than Socket) which one I could call
[quoted text clipped - 10 lines]
>
> ThunderMusic