Platforms to show: All Mac Windows Linux Cross-Platform

Back to WinHTTPClientAutoProxyOptionsMBS class.

WinHTTPClientAutoProxyOptionsMBS.AutoConfigUrl as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Network MBS Win Plugin 14.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The URL for the config URL.

If Flags includes the kAutoProxyConfigURL flag, the AutoConfigUrl contains the URL of the proxy auto-configuration (PAC) file.
If Flags does not include the kAutoProxyConfigURL flag, then AutoConfigUrl must be "".
(Read and Write property)

WinHTTPClientAutoProxyOptionsMBS.AutoDetectFlags as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Network MBS Win Plugin 14.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The flags for auto detecting.

If Flags includes the kAutoProxyAutoDetect flag, then AutoDetectFlags specifies what protocols are to be used to locate the PAC file. If both the DHCP and DNS auto detect flags are specified, then DHCP is used first; if no PAC URL is discovered using DHCP, then DNS is used.
If Flags does not include the kAutoProxyAutoDetect flag, then AutoDetectFlags must be zero.

ValueMeaning
kAutoDetectTypeDHCPUse DHCP to locate the proxy auto-configuration file.
kAutoDetectTypeDNSAUse DNS to attempt to locate the proxy auto-configuration file at a well-known location on the domain of the local computer.
(Read and Write property)

Some examples using this property:

WinHTTPClientAutoProxyOptionsMBS.AutoLogonIfChallenged as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Network MBS Win Plugin 14.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Specifies whether the client's domain credentials should be automatically sent in response to an NTLM or Negotiate Authentication challenge when WinHTTP requests the PAC file.

If this flag is true, credentials should automatically be sent in response to an authentication challenge. If this flag is false and authentication is required to download the PAC file, the WinHttpGetProxyForUrl function fails.
(Read and Write property)

Some examples using this property:

WinHTTPClientAutoProxyOptionsMBS.Flags as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Network MBS Win Plugin 14.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Flags for detecting proxy.

(Read and Write property)

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...