C# Class PacProxyUsage.Win32Api.WINHTTP_AUTOPROXY_OPTIONS

Mostra file Open project: anti-censorship-russia/chromium-extension Class Usage Examples

Public Properties

Property Type Description
lpszAutoConfigUrl string
lpvReserved IntPtr

Property Details

lpszAutoConfigUrl public_oe property

If dwflags includes the WINHTTP_AUTOPROXY_CONFIG_URL flag, the lpszAutoConfigUrl must point to a null-terminated Unicode string that contains the URL of the proxy auto-configuration (PAC) file. If dwflags does not include the WINHTTP_AUTOPROXY_CONFIG_URL flag, then lpszAutoConfigUrl must be NULL.
public string lpszAutoConfigUrl
return string

lpvReserved public_oe property

Reserved for future use; must be NULL.
public IntPtr lpvReserved
return IntPtr