Top "System.net.httpwebrequest" questions

The request was aborted: The request was canceled. No solution works

Our console applications are making hundreds of WebRequests to Facebook every minute (with using multiple apps and hundreds of access …

c# http-error system.net.webexception system.net.httpwebrequest
Passing body content when calling a Delete Web API method using System.Net.Http

I have a scenario where I need to call my Web API Delete method constructed like the following: // DELETE: api/…

c# http asp.net-web-api system.net.httpwebrequest
How do I get the current cookie / session ID from a HttpResponseMessage?

I try to use the new .net 4.5 HttpClient from System.net.http. I set-up my client like this CookieContainer cookieJar = …

http asp.net-web-api .net-4.5 system.net.httpwebrequest
Get IE's default proxy with DefaultWebProxy

I've read through pretty much all the documentation I can find but I'm yet to find a simple working example …

c# proxy system.net system.net.httpwebrequest
Getting “Unable to connect to a remote server” error while calling a service from Web Application

I am getting "Unable to connect to a remote server" error while calling a service using Web Application. But the …

asp.net system.net.httpwebrequest
how to return a xlsx file using memorystream web api

I am successfully making a web request, creating xlsx file and saving it to a directory. I would like to …

c# asp.net-web-api2 httpresponse memorystream system.net.httpwebrequest
Getting "Stream not readable" when reading HttpWebResponse

I'm trying to "screen scrape" some data I have a request as follows (from fiddler) POST http://fallenlondon.storynexus.com/…

c# http c#-4.0 system.net.httpwebrequest
What's the alternative to WebRequestHandler in .NET Core?

I was using the WebRequestHandler for setting the CachePolicy and AuthenticationLevel in my full stack .NET application. Now I am …

.net-core system.net.httpwebrequest