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);
        }