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.WebProxy.GetProxy ( global::System::Uri destination)
inline

Implements System.Net.IWebProxy.

Definition at line 249 of file WebProxy.cs.

250 {
251 if (!true)
252 {
253 }
254 bool flag = this.IsBypassedManual(destination);
255 Hashtable proxyHostAddresses = this._ProxyHostAddresses;
256 if (proxyHostAddresses != null)
257 {
258 string scheme = destination.Scheme;
259 if (proxyHostAddresses != null)
260 {
261 }
262 }
263 global::System.Uri proxyAddress = this._ProxyAddress;
264 return destination;
265 }
class f__AnonymousType0<< Count > j__TPar
global::System.Uri _ProxyAddress
Definition WebProxy.cs:620
Hashtable _ProxyHostAddresses
Definition WebProxy.cs:632
bool IsBypassedManual(global::System.Uri host)
Definition WebProxy.cs:352

References System.Net.WebProxy._ProxyAddress, System.Net.WebProxy._ProxyHostAddresses, System.destination, System.Net.WebProxy.IsBypassedManual(), and j__TPar.

Referenced by System.Net.WebRequest.WebProxyWrapperOpaque.GetProxy().