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

◆ IsBypassedManual()

bool System.Net.WebProxy.IsBypassedManual ( global::System::Uri host)
inlineprivate

Definition at line 352 of file WebProxy.cs.

353 {
354 bool isLoopback = host.IsLoopback;
355 global::System.Uri proxyAddress = this._ProxyAddress;
356 if (this._ProxyHostAddresses == null || this._BypassOnLocal)
357 {
358 }
359 return true;
360 }
class f__AnonymousType0<< Count > j__TPar
global::System.Uri _ProxyAddress
Definition WebProxy.cs:620
Hashtable _ProxyHostAddresses
Definition WebProxy.cs:632

References System.Net.WebProxy._BypassOnLocal, System.Net.WebProxy._ProxyAddress, System.Net.WebProxy._ProxyHostAddresses, and j__TPar.

Referenced by System.Net.WebProxy.GetProxy(), and System.Net.WebProxy.GetProxyAutoFailover().