Click or drag to resize
URLMonInterop Class
URLMon Interop Class
Inheritance Hierarchy
SystemObject
  FiddlerURLMonInterop

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static class URLMonInterop

The URLMonInterop type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetProxyInProcess
Query WinINET for the current process' proxy settings. Oddly, there's no way to UrlMkGetSessionOption for the current proxy.
Public methodStatic memberResetProxyInProcessToDefault
Configures the current process to use the system proxy for URLMon/WinINET traffic.
Public methodStatic memberSetProxyDisabledForProcess
Configures the current process to use no Proxy for URLMon/WinINET traffic.
Public methodStatic memberSetProxyInProcess
Sets the proxy for the current process to the specified list. See http://msdn.microsoft.com/en-us/library/aa383996(VS.85).aspx
Public methodStatic memberSetUAStringInProcess
Set the user-agent string for the current process
Top
See Also