DefaultProxySection.UseDefaultCredentials 속성

정의

웹 프록시 서버에 액세스하는 데 기본 자격 증명을 사용할지 여부를 나타내는 값을 가져오거나 설정합니다.

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입니다.

특성

적용 대상