WINHTTP_PROXY_RESULT_ENTRY

Undocumented in source.
nothrow
static if(_WIN32_WINNT >= 0x602)
struct WINHTTP_PROXY_RESULT_ENTRY {}

Members

Variables

ProxyPort
INTERNET_PORT ProxyPort;
Undocumented in source.
ProxyScheme
INTERNET_SCHEME ProxyScheme;
Undocumented in source.
fBypass
BOOL fBypass;
Undocumented in source.
fProxy
BOOL fProxy;
Undocumented in source.
pwszProxy
PWSTR pwszProxy;
Undocumented in source.

Meta