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

◆ InternalGetSystemWebProxy()

static IWebProxy System.Net.WebRequest.InternalGetSystemWebProxy ( )
inlinestaticpackage

Definition at line 1213 of file WebRequest.cs.

1214 {
1215 return WebProxy.CreateDefaultProxy();
1216 }

References System.Net.WebProxy.CreateDefaultProxy().