2 writes to AutomaticallyDetectSettings
System (2)
net\System\Net\webproxy.cs (2)
160ScriptEngine.AutomaticallyDetectSettings = value; 537ScriptEngine.AutomaticallyDetectSettings = m_EnableAutoproxy && webProxyData.automaticallyDetectSettings;
2 references to AutomaticallyDetectSettings
System (2)
net\System\Net\NetWebProxyFinder.cs (1)
123if (Engine.AutomaticallyDetectSettings)
net\System\Net\WinHttpWebProxyFinder.cs (1)
71if (Engine.AutomaticallyDetectSettings && !autoDetectFailed)