Uses of Class
com.github.markusbernhardt.proxy.jna.win.WinHttpProxyInfo
-
Packages that use WinHttpProxyInfo Package Description com.github.markusbernhardt.proxy.jna.win -
-
Uses of WinHttpProxyInfo in com.github.markusbernhardt.proxy.jna.win
Subclasses of WinHttpProxyInfo in com.github.markusbernhardt.proxy.jna.win Modifier and Type Class Description static classWinHttpCurrentUserIEProxyConfig.ByReferenceTagging interface to indicate the address of an instance of the Structure type is to be used within aStructuredefinition rather than nesting the full Structure contents.static classWinHttpCurrentUserIEProxyConfig.ByValueTagging interface to indicate the value of an instance of theStructuretype is to be used in function invocations rather than its address.static classWinHttpProxyInfo.ByReferenceTagging interface to indicate the address of an instance of the Structure type is to be used within aStructuredefinition rather than nesting the full Structure contents.static classWinHttpProxyInfo.ByValueTagging interface to indicate the value of an instance of theStructuretype is to be used in function invocations rather than its address.Methods in com.github.markusbernhardt.proxy.jna.win with parameters of type WinHttpProxyInfo Modifier and Type Method Description booleanWinHttp. WinHttpGetDefaultProxyConfiguration(WinHttpProxyInfo pProxyInfo)The WinHttpGetDefaultProxyConfiguration function retrieves the default WinHTTP proxy configuration from the registry.
-