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

◆ GetSystemWebProxy()

static IWebProxy System.Net.WebRequest.GetSystemWebProxy ( )
inlinestatic

Definition at line 1204 of file WebRequest.cs.

1205 {
1206 if (!true)
1207 {
1208 }
1209 return WebProxy.CreateDefaultProxy();
1210 }

References System.Net.WebProxy.CreateDefaultProxy().