| URLMonInterop Methods | 
The URLMonInterop type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | GetProxyInProcess | 
            Query WinINET for the current process' proxy settings. Oddly, there's no way to UrlMkGetSessionOption for the current proxy.
             | 
|   | ResetProxyInProcessToDefault | 
            Configures the current process to use the system proxy for URLMon/WinINET traffic.
             | 
|   | SetProxyDisabledForProcess | 
            Configures the current process to use no Proxy for URLMon/WinINET traffic.
             | 
|   | SetProxyInProcess | 
            Sets the proxy for the current process to the specified list. See http://msdn.microsoft.com/en-us/library/aa383996(VS.85).aspx
             | 
|   | SetUAStringInProcess | 
            Set the user-agent string for the current process
             | 
 See Also
See Also