Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Proxy Authentication. #6

@Nihilanthyc

Description

@Nihilanthyc

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions