DefaultProxySection.UseDefaultCredentials Property

Definition

Gets or sets whether default credentials are to be used to access a Web proxy server.

public:
 property bool UseDefaultCredentials { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("useDefaultCredentials", DefaultValue=false)]
public bool UseDefaultCredentials { get; set; }
[<System.Configuration.ConfigurationProperty("useDefaultCredentials", DefaultValue=false)>]
member this.UseDefaultCredentials : bool with get, set
Public Property UseDefaultCredentials As Boolean

Property Value

true if default credentials are to be used; otherwise, false.

Attributes

Applies to