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

◆ Select

IWebProxy System.Net.GlobalProxySelection.Select
staticgetset

Definition at line 13 of file GlobalProxySelection.cs.

14 {
15 get
16 {
17 if (!true)
18 {
19 }
20 IWebProxy defaultWebProxy = WebRequest.DefaultWebProxy;
21 if (defaultWebProxy != null)
22 {
23 return defaultWebProxy;
24 }
25 return GlobalProxySelection.GetEmptyWebProxy();
26 }
27 set
28 {
29 if (!true)
30 {
31 }
33 }
34 }
class f__AnonymousType0<< Count > j__TPar