C# dotnet core http requests with system proxy

Date: 2019-04-24
// System.AppContext
AppContext.SetSwitch("System.Net.Http.UseSocketsHttpHandler", false); 
21180cookie-checkC# dotnet core http requests with system proxy