WinHttpHandler.DefaultProxyCredentials Property

Definition

When the default (system) proxy is used, gets or sets the credentials used to submit to the default proxy server for authentication.

C#
public System.Net.ICredentials? DefaultProxyCredentials { get; set; }
C#
public System.Net.ICredentials DefaultProxyCredentials { get; set; }

Property Value

The credentials used to authenticate the user to an authenticating proxy.

Applies to

Product Versions
.NET Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)