Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The WINHTTP_PROXY_INFO structure contains the session or default proxy configuration.
typedef struct _WINHTTP_PROXY_INFO {
DWORD dwAccessType;
LPWSTR lpszProxy;
LPWSTR lpszProxyBypass;
} WINHTTP_PROXY_INFO, *LPWINHTTP_PROXY_INFO, *PWINHTTP_PROXY_INFO;
dwAccessType
Unsigned long integer value that contains the access type. This can be one of the following values:
lpszProxy
Pointer to a string value that contains the proxy server list.
lpszProxyBypass
Pointer to a string value that contains the proxy bypass list.
This structure is used with WinHttpSetOption and WinHttpQueryOption to get or set the proxy configuration for the current session by specifying the WINHTTP_OPTION_PROXY flag.
This structure is used with WinHttpSetDefaultProxyConfiguration and WinHttpGetDefaultProxyConfiguration to get or set the default proxy configuration in the registry.
The proxy server list contains one or more of the following strings separated by semicolons or whitespace.
([<scheme>=][<scheme>"://"]<server>[":"<port>])
The proxy bypass list contains one or more server names separated by semicolons or whitespace. The proxy bypass list can also contain the string "<local>" to indicate that all local intranet sites are bypassed. Local intranet sites are considered to be all servers that do not contain a period in their name.
Requirement | Value |
---|---|
Minimum supported client | Windows XP, Windows 2000 Professional with SP3 [desktop apps only] |
Minimum supported server | Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only] |
Header | winhttp.h |
Redistributable | WinHTTP 5.0 and Internet Explorer 5.01 or later on Windows XP and Windows 2000. |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today