ClassURLMonInterop
Class
URLMon Interop Class
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
public static class URLMonInterop
Inheritance: objectURLMonInterop
Inherited Members
Methods
GetProxyInProcess()
Query WinINET for the current process' proxy settings. Oddly, there's no way to UrlMkGetSessionOption for the current proxy.
Declaration
cs-api-definition
public static string GetProxyInProcess()
Returns
String of hex suitable for display
ResetProxyInProcessToDefault()
Configures the current process to use the system proxy for URLMon/WinINET traffic.
Declaration
cs-api-definition
public static void ResetProxyInProcessToDefault()
SetProxyDisabledForProcess()
Configures the current process to use no Proxy for URLMon/WinINET traffic.
Declaration
cs-api-definition
public static void SetProxyDisabledForProcess()
SetProxyInProcess(string, string)
Sets the proxy for the current process to the specified list. See http://msdn.microsoft.com/en-us/library/aa383996(VS.85).aspx
SetUAStringInProcess(string)
Set the user-agent string for the current process
Declaration
cs-api-definition
public static void SetUAStringInProcess(string sUA)
Parameters
sUA
New UA string