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

◆ GetProxyAutoFailover()

global.System.Uri System.Net.WebProxy.GetProxyAutoFailover ( global::System::Uri destination)
inlinepackage

Definition at line 576 of file WebProxy.cs.

577 {
578 Hashtable proxyHostAddresses;
579 do
580 {
581 bool flag = this.IsBypassedManual(destination);
582 proxyHostAddresses = this._ProxyHostAddresses;
583 if (proxyHostAddresses == null)
584 {
585 break;
586 }
587 string scheme = destination.Scheme;
588 }
589 while (proxyHostAddresses == null);
590 return this._ProxyAddress;
591 }
class f__AnonymousType0<< Count > j__TPar
global::System.Uri _ProxyAddress
Definition WebProxy.cs:620
Hashtable _ProxyHostAddresses
Definition WebProxy.cs:632
bool IsBypassedManual(global::System.Uri host)
Definition WebProxy.cs:352

References System.Net.WebProxy._ProxyAddress, System.Net.WebProxy._ProxyHostAddresses, System.destination, System.Net.WebProxy.IsBypassedManual(), and j__TPar.