DefaultProxySection.UseDefaultCredentials 属性

定义

获取或设置是否使用默认凭据来访问 Web 代理服务器。

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

属性值

true 如果要使用默认凭据,则为否则,为 false.

属性

适用于