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

◆ WebProxy() [8/12]

System.Net.WebProxy.WebProxy ( string Address,
bool BypassOnLocal )
inline

Definition at line 68 of file WebProxy.cs.

69 {
70 global::System.Uri uri = WebProxy.CreateProxyUri(Address);
71 }
global::System.Uri Address
Definition WebProxy.cs:89

References System.Net.WebProxy.Address, and System.Net.WebProxy.CreateProxyUri().