Struct windows_sys::Win32::Networking::WinInet::WININET_PROXY_INFO
[−]#[repr(C)]pub struct WININET_PROXY_INFO {
pub fProxy: BOOL,
pub fBypass: BOOL,
pub ProxyScheme: INTERNET_SCHEME,
pub pwszProxy: PWSTR,
pub ProxyPort: u16,
}Expand description
Required features: ‘Win32_Networking_WinInet’, ‘Win32_Foundation’
Fields
fProxy: BOOLfBypass: BOOLProxyScheme: INTERNET_SCHEMEpwszProxy: PWSTRProxyPort: u16