System.Net.AutoWebProxyScriptEngine.AutoWebProxyScriptEngine C# (CSharp) Method

AutoWebProxyScriptEngine() private method

private AutoWebProxyScriptEngine ( WebProxy proxy, bool useRegistry ) : System.IO
proxy WebProxy
useRegistry bool
return System.IO
        internal AutoWebProxyScriptEngine(WebProxy proxy, bool useRegistry)
        {
            webProxy = proxy;
            m_UseRegistry = useRegistry;

            backupCache = new SingleItemRequestCache(RequestCacheManager.IsCachingEnabled);
        }