You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2025. It is now read-only.
I'm currently trying to create software to monitor all computers of the company where I work. As they use proxies, I can't use the library to test their network speed. Can you provide some help about that?
System.AggregateExceptionHResult=0x80131500Message=One or more errors occurred.(Responsestatus code does not indicate success:407(ProxyAuthentication Required).)Source=System.Private.CoreLib
StackTrace:inSystem.Threading.Tasks.Task.ThrowIfExceptional(BooleanincludeTaskCanceledExceptions)inSystem.Threading.Tasks.Task1.GetResultCore(BooleanwaitCompletionNotification)inSystem.Threading.Tasks.Task1.get_Result()inNetworkMonitorClient.Program.<>c__DisplayClass3_0.<SendStatus>b__0(Task1task)inC:\Users\Fortplast\source\repos\NetworkMonitorClient\NetworkMonitorClient\Program.cs:line 43inSystem.Threading.Tasks.ContinuationTaskFromResultTask1.InnerInvoke()inSystem.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(ThreadthreadPoolThread,ExecutionContextexecutionContext,ContextCallbackcallback,Objectstate)
This exception was originally thrown at this call stack::
[CódigoExterno]
NetworkMonitorClient.Program.MeasureBandwidthAsync()inProgram.csInternal Exception 1:
HttpRequestException: Response status code does not indicate success:407(ProxyAuthentication Required).
I'm currently trying to create software to monitor all computers of the company where I work. As they use proxies, I can't use the library to test their network speed. Can you provide some help about that?