This repository was archived by the owner on Oct 21, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
This repository was archived by the owner on Oct 21, 2025. It is now read-only.
Proxy Authentication. #6
Copy link
Copy link
Open
Description
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.AggregateException
HResult=0x80131500
Message=One or more errors occurred. (Response status code does not indicate success: 407 (Proxy Authentication Required).)
Source=System.Private.CoreLib
StackTrace:
in System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
in System.Threading.Tasks.Task1.GetResultCore(Boolean waitCompletionNotification)
in System.Threading.Tasks.Task1.get_Result()
in NetworkMonitorClient.Program.<>c__DisplayClass3_0.<SendStatus>b__0(Task1 task) in C:\Users\Fortplast\source\repos\NetworkMonitorClient\NetworkMonitorClient\Program.cs:line 43
in System.Threading.Tasks.ContinuationTaskFromResultTask1.InnerInvoke()
in System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
This exception was originally thrown at this call stack::
[Código Externo]
NetworkMonitorClient.Program.MeasureBandwidthAsync() in Program.cs
Internal Exception 1:
HttpRequestException: Response status code does not indicate success: 407 (Proxy Authentication Required).Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels