System.Net.AutoWebProxyScriptEngine.AutoWebProxyScriptEngine C# (CSharp) Метод

AutoWebProxyScriptEngine() приватный Метод

private AutoWebProxyScriptEngine ( WebProxy proxy, bool useRegistry ) : System.IO
proxy WebProxy
useRegistry bool
Результат System.IO
        internal AutoWebProxyScriptEngine(WebProxy proxy, bool useRegistry)
        {
            webProxy = proxy;
            m_UseRegistry = useRegistry;

            backupCache = new SingleItemRequestCache(RequestCacheManager.IsCachingEnabled);
        }