다음을 통해 공유


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입니다.

특성

설명

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

적용 대상

추가 정보