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

특성

적용 대상