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

◆ UpdateRegExList()

void System.Net.WebProxy.UpdateRegExList ( bool canThrow)
inlineprivate

Definition at line 292 of file WebProxy.cs.

293 {
294 ArrayList bypassList = this._BypassList;
295 if (bypassList != null)
296 {
297 if (bypassList != null)
298 {
299 }
300 return;
301 }
302 long num = 0L;
304 }
class f__AnonymousType0<< Count > j__TPar
ArrayList _BypassList
Definition WebProxy.cs:623

References System.Net.WebProxy._BypassList, j__TPar, and System.L.

Referenced by System.Net.WebProxy.WebProxy(), and System.Net.WebProxy.IsMatchInBypassList().