Top "Httpwebrequest" questions

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

Basic HTTP Authentication on iPhone

I'm trying to get a small twitter client running and I ran into a problem when testing API calls that …

iphone objective-c httpwebrequest http-authentication
Uri.EscapeDataString() - Invalid URI: The Uri string is too long

I'm using compact framework/C# on windows mobile. In my application I am uploading data to the server by serializing …

c# exception-handling httpwebrequest compact-framework uri
How to request only the HTTP header with C#?

I want to check if the URL of a large file exists. I'm using the code below but it is …

c# .net httpwebrequest system.net
HttpWebRequest Issue: System lacked sufficient buffer space or because a queue was full

I am using a service to pull in a list of hotels in the form of an XML document. All …

c# asp.net .net httpwebrequest socketexception
HTTPWebRequest "PUT" error status 405 Method not allowed in IIS7

My app use HttpWebRequest "Put" method to upload file into the asp.net apps hosted in iis7. I had an …

asp.net iis httpwebrequest put
HttpWebRequest and Set-Cookie header in response not parsed (WP7)

I am trying to get the header "Set-Cookie" or access the cookie container, but the Set-Cookie header is not available. …

c# windows-phone-7 cookies httpwebrequest httpwebresponse
Use HttpGet with illegal characters in the URL

I am trying to use DefaultHttpClient and HttpGet to make a request to a web service. Unfortunately the web service …

java http httpwebrequest httpclient http-get
how to change originating IP in HttpWebRequest

I'm running this application on a server that has assigned 5 IPs. I use HttpWebRequest to fetch some data from a …

c# httpwebrequest ip webrequest
C# get or set cookies, to download content from the web using cookies

I need help with cookies. I'm planing use cookies to download web content. To get the content I need to …

c# cookies c#-4.0 httpwebrequest setcookie
Why is this WebRequest code slow?

I requested 100 pages that all 404. I wrote { var s = DateTime.Now; for(int i=0; i < 100;i++) DL.CheckExist("http://…

c# httpwebrequest httpwebresponse