ProxyElement.BypassOnLocalValues 열거형

정의

로컬 리소스에 프록시가 사용되지 않는지 여부를 지정합니다.

public: enum class ProxyElement::BypassOnLocalValues
public enum ProxyElement.BypassOnLocalValues
type ProxyElement.BypassOnLocalValues = 
Public Enum ProxyElement.BypassOnLocalValues
상속
ProxyElement.BypassOnLocalValues

필드

False 0

로컬 리소스에 대한 요청은 모두 프록시를 통해 처리해야 합니다.

True 1

로컬 리소스에 직접 액세스합니다.

Unspecified -1

지정하지 않습니다.

설명

로컬 리소스는 로컬 서버(http://localhost, http://loopback 또는 http://127.0.0.1) 및 마침표가 없는 URI(http://webserver)를 포함합니다.

적용 대상