URLMonInteropGetProxyInProcess Method |
Query WinINET for the current process' proxy settings. Oddly, there's no way to UrlMkGetSessionOption for the current proxy.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static string GetProxyInProcess()
Public Shared Function GetProxyInProcess As String
public:
static String^ GetProxyInProcess()
Return Value
Type:
StringString of hex suitable for display
See Also