Desktop Functions: Smart Device Functions:
|
WinHttpDetectAutoProxyUrl (winhttp)
C# Signature:
[DllImport("winhttp.dll", SetLastError = true, CharSet = CharSet.Unicode)] VB Signature:
Declare Function WinHttpDetectAutoProxyUrl Lib "winhttp.dll" (TODO) As TODO User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! Notes:Values for dwAutoDetectFlags :
UInt32 WINHTTP_AUTO_DETECT_TYPE_DHCP = 0x00000001; or both
WINHTTP_AUTO_DETECT_TYPE_DHCP|WINHTTP_AUTO_DETECT_TYPE_DNS_A If both the DHCP and DNS auto detect flags are set, DHCP is used first; if no PAC URL is discovered using DHCP, then DNS is used Tips & Tricks:Please add some! Sample Code:
String result; Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|