This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Runtime.InteropServices; | |
namespace ProxySetup | |
{ | |
public abstract class WinHttpProxyWin32 | |
{ | |
/// <summary> | |
/// WINHTTP_PROXY_INFO - structure supplied with WINHTTP_OPTION_PROXY to | |
/// get/set proxy information on a WinHttpOpen() handle |