HttpClientConnection100Class.ProxyBypassList 属性

定义

获取或设置不使用代理服务器的地址。

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

属性值

String[]

不使用代理服务器的地址的数组。

实现

属性

适用于