다음을 통해 공유


ConnectionManagerHttpClass.ProxyBypassList 속성

정의

프록시 서버를 사용하지 않는 주소를 가져오거나 설정합니다.

public:
 virtual property cli::array <System::String ^> ^ ProxyBypassList { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public virtual string[] ProxyBypassList { get; set; }
member this.ProxyBypassList : string[] with get, set
Public Overridable Property ProxyBypassList As String()

속성 값

String[]

프록시 서버를 사용하지 않는 주소입니다.

구현

적용 대상