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