Config
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.net.http.httpproxy
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
Config()
init()
Sub New()
// .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)
Parameters:
- aHTTPProxy:
- aHTTPSProxy:
- aNoProxy:
- aCGI:
constructor (Config)
Parameters:
- value:
CGI
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
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)>
CGI
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
constructor
constructor
Config()
init()
Sub New()
// .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)
Parameters:
- aHTTPProxy:
- aHTTPSProxy:
- aNoProxy:
- aCGI:
constructor (Config)
Parameters:
- value: