Share via


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

属性

适用于