HttpTransportElement.UseDefaultWebProxy 속성

정의

사용자별 설정이 아닌 시스템 수준의 프록시 설정이 사용되는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

true 기본 프록시 설정이 사용되면 System.Net이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

적용 대상