2 writes to m_EnableAutoproxy
System (2)
net\System\Net\webproxy.cs (2)
91m_EnableAutoproxy = true; 504m_EnableAutoproxy = enableAutoproxy;
4 references to m_EnableAutoproxy
System (4)
net\System\Net\webproxy.cs (4)
154GlobalLog.Assert(m_EnableAutoproxy, "WebProxy#{0}::.ctor()|Cannot set AutoDetect if usesystemdefault is set.", ValidationHelper.HashString(this)); 171GlobalLog.Assert(m_EnableAutoproxy, "WebProxy#{0}::.ctor()|Cannot set ScriptLocation if usesystemdefault is set.", ValidationHelper.HashString(this)); 537ScriptEngine.AutomaticallyDetectSettings = m_EnableAutoproxy && webProxyData.automaticallyDetectSettings; 538ScriptEngine.AutomaticConfigurationScript = m_EnableAutoproxy ? webProxyData.scriptLocation : null;