West Wind Internet Protocols 4.68 |
wwHTTP::nHttpServiceFlags
|
Option values are WinInet constants which can be found here:
http://msdn.microsoft.com/library/en-us/wininet/wininet/api_flags.asp?frame=true
http://msdn.microsoft.com/library/en-us/wininet/wininet/option_flags.asp?frame=true
| Remarks: | Here are a few common flags you might want to set from wconnect.h.#DEFINE INTERNET_FLAG_RELOAD 2147483648 #DEFINE INTERNET_FLAG_SECURE 8388608 #define INTERNET_FLAG_KEEP_CONNECTION 0x00400000 #DEFINE INTERNET_FLAG_NO_AUTO_REDIRECT 0x00200000 #DEFINE INTERNET_FLAG_NO_COOKIES 0x00080000 #DEFINE INTERNET_FLAG_IGNORE_CERT_DATE_INVALID 0x00002000 #DEFINE INTERNET_FLAG_IGNORE_CERT_CN_INVALID 0x00001000 #DEFINE INTERNET_FLAG_NO_COOKIES 0x00080000 |