共用方式為


WebProxyConfig.UseDefaultCredentials Property

Definition

Controls whether the <seealso cref="P:System.Net.CredentialCache.DefaultCredentials"></seealso> are sent with requests. If null, default value will be used: false

public bool? UseDefaultCredentials { get; init; }
member this.UseDefaultCredentials : Nullable<bool> with get, set
Public Property UseDefaultCredentials As Nullable(Of Boolean)

Property Value

Applies to