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)
// .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, Island-watchOS-armv7k
method ProxyFunc: Func<Memory<URL>, tuple of (Memory<URL>, error)>
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
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, Island-watchOS-armv7k
Func<Memory<URL>, tuple of (Memory<URL>, error)> ProxyFunc()
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
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, Island-watchOS-armv7k
func ProxyFunc() -> Func<Memory<URL>, tuple of (Memory<URL>, error)>
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
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, Island-watchOS-armv7k
func ProxyFunc() Func<Memory<URL>, tuple of (Memory<URL>, error)>
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
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, Island-watchOS-armv7k
Function ProxyFunc() As Func (Of Memory<URL>, Tuple (Of Memory<URL>, error))
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
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()
// .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: