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

◆ IsLocalInProxyHash()

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

Definition at line 328 of file WebProxy.cs.

329 {
330 Hashtable proxyHostAddresses = this._ProxyHostAddresses;
331 if (proxyHostAddresses != null)
332 {
333 string scheme = host.Scheme;
334 if (proxyHostAddresses != null || proxyHostAddresses != null)
335 {
336 }
337 }
338 throw new InvalidCastException();
339 }
class f__AnonymousType0<< Count > j__TPar
Hashtable _ProxyHostAddresses
Definition WebProxy.cs:632

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