HttpClientConnection100Class.ProxyBypassList Property

Definition

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()

Property Value

String[]

An array of addresses that do not use the proxy server.

Implements

Attributes

Applies to