Top "Httpwebrequest" questions

HttpWebRequest is a class for .NET Framework applications that provides a HTTP-specific implementation of the WebRequest class.

Potentially dangerous Request.Form value was detected from the client

I am running an ASP.Net MVC application and facing the following error. As I am new to ASP.Net, …

asp.net-mvc exception httpwebrequest system.web
Can't find HttpWebRequest.GetResponse() in WP7 Project

I'm trying to send a GET request using HttpWebRequest. I've found a lot of examples all over the web (for …

c# http windows-phone-7 httpwebrequest xna
HttpWebRequest.GetResponse: "The underlying connection was closed: An unexpected error occurred on a receive."

I've written a C# Windows service (.NET Framework 3.5, C# 3.0) that posts files & HTML form information to a remote server, …

c# httpwebrequest timeout getresponse
HttpWebRequest Vs webclient class who is better

Possible Duplicate: WebClient vs. HttpWebRequest/HttpWebResponse I can't guess who is better HttpWebRequest or webclient Can you suggest me which …

c# asp.net performance httpwebrequest httpwebresponse
how to remove/update a cookie in cookie container c#?

I open a website using webbrowser control and then save cookies in cookieContainer , and later use HTTPwebrequest to process forward …

c# visual-studio-2010 cookies httpwebrequest httpwebresponse
GetResponseAsync does not accept cancellationToken

It seems that GetResponseAsync does not accept cancellationToken in Async/Await. So the question is how can I cancel the …

c# httpwebrequest async-await httpwebresponse cancellation-token
how to show iphone apps sniffing HTTP Requests?

i have iphone 3 with OS4 (not jailbreaked) and i want to inspect some apps http request urls , i tried fiddler …

iphone http httpwebrequest jailbreak sniffing
Proxy with HTTP Requests

Would it be possible to route a GET request through a proxy by specifying the host as the proxy? Or …

c# http httpwebrequest http-proxy
how to make httpwebrequest via Tor

im trying to make a request via the tor proxy myRequest.Proxy = New WebProxy("127.0.0.1", 8118) but this gives me an error …

.net proxy httpwebrequest tor
How do I get the MIME type of a file being requested in ASP.NET C#?

I would like to handle requests differently depending upon the MIME type. For example, I have PDF's, images and other …

c# asp.net httpwebrequest httphandler