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() [7/12]

System.Net.WebProxy.WebProxy ( string Address)
inline

Definition at line 62 of file WebProxy.cs.

63 {
64 global::System.Uri uri = WebProxy.CreateProxyUri(Address);
65 }
global::System.Uri Address
Definition WebProxy.cs:89

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