다음을 통해 공유


ProxyElement.AutoDetect 속성

정의

웹 프록시를 자동으로 검색할지 여부를 제어하는 ProxyElement.AutoDetectValues 값을 가져오거나 설정합니다.

public:
 property System::Net::Configuration::ProxyElement::AutoDetectValues AutoDetect { System::Net::Configuration::ProxyElement::AutoDetectValues get(); void set(System::Net::Configuration::ProxyElement::AutoDetectValues value); };
[System.Configuration.ConfigurationProperty("autoDetect", DefaultValue=System.Net.Configuration.ProxyElement+AutoDetectValues.Unspecified)]
public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get; set; }
[<System.Configuration.ConfigurationProperty("autoDetect", DefaultValue=System.Net.Configuration.ProxyElement+AutoDetectValues.Unspecified)>]
member this.AutoDetect : System.Net.Configuration.ProxyElement.AutoDetectValues with get, set
Public Property AutoDetect As ProxyElement.AutoDetectValues

속성 값

True를 자동으로 검색하면 WebProxy이고, False를 자동으로 검색하지 않으면 WebProxy이거나 Unspecified입니다.

특성

적용 대상

추가 정보