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

◆ IsBypassed()

bool System.Net.WebProxy.IsBypassed ( global::System::Uri host)
inline

Implements System.Net.IWebProxy.

Definition at line 342 of file WebProxy.cs.

343 {
344 if (!true)
345 {
346 }
347 long num = 0L;
348 return this.IsBypassedAuto(host, num != 0L);
349 }
bool IsBypassedAuto(global::System.Uri destination, [Out] bool isBypassed)
Definition WebProxy.cs:516

References System.Net.WebProxy.IsBypassedAuto(), and System.L.

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