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

◆ SetProxyAndBypassList()

void System.Net.WebProxyDataBuilder.SetProxyAndBypassList ( string addressString,
string bypassListString )
inlineprotected

Definition at line 21 of file WebProxyDataBuilder.cs.

22 {
23 if (addressString != null)
24 {
25 string text = addressString.Trim();
26 WebProxyData result = this.m_Result;
27 Hashtable hashtable = WebProxyDataBuilder.ParseProtocolProxies(text);
29 if (bypassListString == null)
30 {
31 return;
32 }
33 string text2 = bypassListString.Trim();
34 WebProxyData result2 = this.m_Result;
35 ArrayList arrayList = WebProxyDataBuilder.ParseBypassList(text2, true);
37 WebProxyData result3 = this.m_Result;
38 }
39 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Net.WebProxyDataBuilder.m_Result, System.Net.WebProxyDataBuilder.ParseBypassList(), System.Net.WebProxyDataBuilder.ParseProtocolProxies(), and System.text.