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

◆ GetProxy()

global.System.Uri System.Net.WebRequest.WebProxyWrapperOpaque.GetProxy ( global::System::Uri destination)
inline

Implements System.Net.IWebProxy.

Definition at line 1321 of file WebRequest.cs.

1322 {
1323 return this.webProxy.GetProxy(destination);
1324 }
global::System.Uri GetProxy(global::System.Uri destination)
Definition WebProxy.cs:249

References System.Net.WebProxy.GetProxy(), and System.Net.WebRequest.WebProxyWrapperOpaque.webProxy.