Top "Webrequest" questions

WebRequest is a abstract class in .NET Framework for making requests to URIs (including HTTP, HTTPS, FTP and FILE protocols).

HttpWebRequest or WebRequest - Resume Download ASP.NET

I would like to know if there is a way to know if a server supports resume download functionallity and …

c# asp.net httpwebrequest webrequest
c# HttpWebRequest POST'ing failing

So i'm trying to POST something to a webserver. System.Net.HttpWebRequest EventReq = (System.Net.HttpWebRequest)System.Net.HttpWebRequest.Create("…

c# httpwebrequest webrequest streamwriter
powershell curl and WebRequest both follow redirects

I was trying to figure out the status code returned by my webpage, which most certainly is 301 (moved permanently), according …

powershell curl webrequest
How to Set TimeOut for WebClient on .net?

I download some file but I also want to set timeout for webclient. As I see there is no change …

c# timeout webclient webrequest downloadfileasync
WebRequest "HEAD" light weight alternative

I recently discovered that the following does not work with certain sites, such as IMDB.com. class Program { static void …

c# .net webrequest http-status-code-405
webrequest get throws an exception "The remote server returned an error: (501) Not Implemented."

I'm trying to load a file using webrequest method. First I need to log in then get a file or …

c# webrequest notimplementedexception
chrome.webRequest.onBeforeRequest.addListener Cannot read property 'onBeforeRequest' of undefined

I'm trying to build my own chrome extension and I'm trying to add an event handler using onBeforeRequest. My manifest.…

javascript jquery google-chrome google-chrome-extension webrequest
.NET HttpClient: How to set the request method dynamically?

How can one use HttpClient and set the method dynamically without having to do something like: public async Task<…

c# .net http webrequest dotnet-httpclient
How to make ordinary WebRequest async and awaitable?

I need to make the following code async and awaitable. I need to get a lot of data from the …

c# windows-phone-7 httpwebrequest async-await webrequest
application pool stopped on webrequest

I have a site that has been working fine for months. This morning I started getting 503 Service Unavailable errors. After …

asp.net webrequest pool