Share via


ProxyElement.BypassOnLocal 속성

정의

로컬 리소스가 웹 프록시 서버를 사용하여 검색되는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

웹 프록시 서버를 사용하여 로컬 리소스를 검색할지 여부를 나타내는 값입니다.

특성

설명

이 구성 요소에는 LAN에 있는 리소스에 대 한 요청은 프록시 서버에 전송 또는 리소스가 있는 호스트에 직접 전송 여부를 제어 합니다.

적용 대상

추가 정보