InternetSetOption
	     | 
     
       File Input/Output functions  | 
	  
| SYNTAX | InternetSetOption( option, value ) | 
| RETURNS | NOTHING | 
| FUNCTION | Set the option for Internet session. Available Internet options are listed in Windows SDK docs: https://docs.microsoft.com/en-us/windows/win32/wininet/option-flags | 
| EXAMPLE |  // how to request and handle GZIP compressed HTTP 
  | 
	  
| SEE ALSO | InternetOpenURL() function , InternetPostRequest() function | 
The InternetSetOption function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.