Config

Overview

Location

 

constructor

 

constructor

 

Config()

 

init()

 

Sub New()

constructor (string, string, string, Boolean)

 

// .NET, .NET Standard 2.0
constructor(aHTTPProxy: string; aHTTPSProxy: string; aNoProxy: string; aCGI: Boolean)
// Island
constructor(aHTTPProxy: string; aHTTPSProxy: string; aNoProxy: string; aCGI: bool)

 

// .NET, .NET Standard 2.0
Config(string aHTTPProxy, string aHTTPSProxy, string aNoProxy, Boolean aCGI)
// Island
Config(string aHTTPProxy, string aHTTPSProxy, string aNoProxy, bool aCGI)

 

// .NET, .NET Standard 2.0
init(_ aHTTPProxy: string, _ aHTTPSProxy: string, _ aNoProxy: string, _ aCGI: Boolean)
// Island
init(_ aHTTPProxy: string, _ aHTTPSProxy: string, _ aNoProxy: string, _ aCGI: bool)

 

// .NET, .NET Standard 2.0
Sub New(aHTTPProxy As string, aHTTPSProxy As string, aNoProxy As string, aCGI As Boolean)
// Island
Sub New(aHTTPProxy As string, aHTTPSProxy As string, aNoProxy As string, aCGI As bool)

Parameters:

  • aHTTPProxy:
  • aHTTPSProxy:
  • aNoProxy:
  • aCGI:

constructor (Config)

 

constructor(value: Config)

 

Config(Config value)

 

init(_ value: Config)

 

Sub New(value As Config)

Parameters:

  • value:

CGI

 

var CGI: bool;

 

bool CGI

 

var CGI: bool

 

CGI bool

 

FIELD CGI() As bool

HTTPProxy

 

var HTTPProxy: string;

 

string HTTPProxy

 

var HTTPProxy: string

 

HTTPProxy string

 

FIELD HTTPProxy() As string

HTTPSProxy

 

var HTTPSProxy: string;

 

string HTTPSProxy

 

var HTTPSProxy: string

 

HTTPSProxy string

 

FIELD HTTPSProxy() As string

NoProxy

 

var NoProxy: string;

 

string NoProxy

 

var NoProxy: string

 

NoProxy string

 

FIELD NoProxy() As string

ProxyFunc

 

// .NET, .NET Standard 2.0
method ProxyFunc: Func<Memory<URL>, tuple of (Memory<URL>, error)>
// Island
method ProxyFunc: Func<RemObjects.Elements.System.Memory<go.net.url.URL>,tuple of (RemObjects.Elements.System.Memory<go.net.url.URL>,go.builtin.error)>

 

// .NET, .NET Standard 2.0
Func<Memory<URL>, tuple of (Memory<URL>, error)> ProxyFunc()
// Island
Func<RemObjects.Elements.System.Memory<go.net.url.URL>,tuple of (RemObjects.Elements.System.Memory<go.net.url.URL>,go.builtin.error)> ProxyFunc()

 

// .NET, .NET Standard 2.0
func ProxyFunc() -> Func<Memory<URL>, (Memory<URL>, error)>
// Island
func ProxyFunc() -> Func<RemObjects.Elements.System.Memory<go.net.url.URL>,tuple of (RemObjects.Elements.System.Memory<go.net.url.URL>,go.builtin.error)>

 

// .NET, .NET Standard 2.0
func ProxyFunc() Func<Memory<URL>, tuple of (Memory<URL>, error)>
// Island
func ProxyFunc() Func<RemObjects.Elements.System.Memory<go.net.url.URL>,tuple of (RemObjects.Elements.System.Memory<go.net.url.URL>,go.builtin.error)>

 

// .NET, .NET Standard 2.0
Function ProxyFunc() As Func (Of Memory<URL>, Tuple (Of Memory<URL>, error))
// Island
Function ProxyFunc() As Func<RemObjects.Elements.System.Memory<go.net.url.URL>,tuple of (RemObjects.Elements.System.Memory<go.net.url.URL>,go.builtin.error)>

 

CGI

 

var CGI: bool;

 

bool CGI

 

var CGI: bool

 

CGI bool

 

FIELD CGI() As bool

HTTPProxy

 

var HTTPProxy: string;

 

string HTTPProxy

 

var HTTPProxy: string

 

HTTPProxy string

 

FIELD HTTPProxy() As string

HTTPSProxy

 

var HTTPSProxy: string;

 

string HTTPSProxy

 

var HTTPSProxy: string

 

HTTPSProxy string

 

FIELD HTTPSProxy() As string

NoProxy

 

var NoProxy: string;

 

string NoProxy

 

var NoProxy: string

 

NoProxy string

 

FIELD NoProxy() As string

 

constructor

 

constructor

 

Config()

 

init()

 

Sub New()

constructor (string, string, string, Boolean)

 

// .NET, .NET Standard 2.0
constructor(aHTTPProxy: string; aHTTPSProxy: string; aNoProxy: string; aCGI: Boolean)
// Island
constructor(aHTTPProxy: string; aHTTPSProxy: string; aNoProxy: string; aCGI: bool)

 

// .NET, .NET Standard 2.0
Config(string aHTTPProxy, string aHTTPSProxy, string aNoProxy, Boolean aCGI)
// Island
Config(string aHTTPProxy, string aHTTPSProxy, string aNoProxy, bool aCGI)

 

// .NET, .NET Standard 2.0
init(_ aHTTPProxy: string, _ aHTTPSProxy: string, _ aNoProxy: string, _ aCGI: Boolean)
// Island
init(_ aHTTPProxy: string, _ aHTTPSProxy: string, _ aNoProxy: string, _ aCGI: bool)

 

// .NET, .NET Standard 2.0
Sub New(aHTTPProxy As string, aHTTPSProxy As string, aNoProxy As string, aCGI As Boolean)
// Island
Sub New(aHTTPProxy As string, aHTTPSProxy As string, aNoProxy As string, aCGI As bool)

Parameters:

  • aHTTPProxy:
  • aHTTPSProxy:
  • aNoProxy:
  • aCGI:

constructor (Config)

 

constructor(value: Config)

 

Config(Config value)

 

init(_ value: Config)

 

Sub New(value As Config)

Parameters:

  • value: