ConnectionManagerHttpClass.ProxyBypassList Property

Definition

Gets or sets the addresses that do not use a proxy server.

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

Property Value

String[]

The addresses that do not use a proxy server.

Implements

Applies to