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

◆ IsMatchInBypassList()

bool System.Net.WebProxy.IsMatchInBypassList ( global::System::Uri input)
inlineprivate

Definition at line 307 of file WebProxy.cs.

308 {
309 long num = 0L;
310 this.UpdateRegExList(num != 0L);
311 if (this._RegExBypassList != null)
312 {
313 string scheme = input.Scheme;
314 string host = input.Host;
315 return input.IsDefaultPort;
316 }
317 }
class f__AnonymousType0<< Count > j__TPar
global::System.Text.RegularExpressions.Regex[] _RegExBypassList
Definition WebProxy.cs:629
void UpdateRegExList(bool canThrow)
Definition WebProxy.cs:292

References System.Net.WebProxy._RegExBypassList, System.input, j__TPar, System.L, and System.Net.WebProxy.UpdateRegExList().