Top "Webrequest" questions

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

Why does WebRequest timeout always on the first request, but never on any subsequent ones

Having an issue, where calling WebRequest.GetResponse() hangs and times out on the first call, but after the first call, …

c# .net httpwebrequest webrequest
chrome.webRequest.onAuthRequired Listener

i'm trying to intercept the proxy authorization inside a chrome extension. Following the answer to here: Domain Authorization in Chrome …

javascript google-chrome-extension webrequest
clear cookie container in WebRequest

I'm using the WebRequest object to post data to a login page, then post data to a seperate page on …

cookies httpwebrequest webrequest cookiecontainer
instantiating an object from a web service vs instantiating an object from a regular class

I have a very basic web service: using System; using System.Collections.Generic; using System.Linq; using System.Web; using …

c# asp.net webrequest