DefaultProxySection.BypassList 속성

정의

웹 프록시 서버를 사용하여 가져오지 않은 리소스의 컬렉션을 가져옵니다.

public:
 property System::Net::Configuration::BypassElementCollection ^ BypassList { System::Net::Configuration::BypassElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("bypasslist")]
public System.Net.Configuration.BypassElementCollection BypassList { get; }
[<System.Configuration.ConfigurationProperty("bypasslist")>]
member this.BypassList : System.Net.Configuration.BypassElementCollection
Public ReadOnly Property BypassList As BypassElementCollection

속성 값

BypassElementCollection 웹 프록시 서버를 우회하는 리소스의 주소를 포함하는 A입니다.

특성

설명

BypassElementCollection 이 속성에서 반환 된 웹 프록시 서버를 우회 하는 각 리소스에 대 한 하나를 BypassElement 포함 합니다.

적용 대상

추가 정보