terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ BypassList

string [] System.Net.WebProxy.BypassList
getset

Definition at line 151 of file WebProxy.cs.

152 {
153 get
154 {
155 if (this._BypassList == null)
156 {
157 }
158 throw new InvalidCastException();
159 }
160 set
161 {
162 AutoWebProxyScriptEngine scriptEngine = this.m_ScriptEngine;
163 if (scriptEngine != null)
164 {
166 }
167 this.UpdateRegExList(true);
168 }
169 }
class f__AnonymousType0<< Count > j__TPar
ArrayList _BypassList
Definition WebProxy.cs:623
AutoWebProxyScriptEngine m_ScriptEngine
Definition WebProxy.cs:635
void UpdateRegExList(bool canThrow)
Definition WebProxy.cs:292

Referenced by System.Net.WebProxy.WebProxy().