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

System.Net.WebProxy.WebProxy ( string Address,
bool BypassOnLocal,
string[] BypassList,
ICredentials Credentials )
inline

Definition at line 80 of file WebProxy.cs.

81 {
82 global::System.Uri uri = WebProxy.CreateProxyUri(Address);
83 }
global::System.Uri Address
Definition WebProxy.cs:89

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