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.WebRequest.WebProxyWrapperOpaque.IsBypassed ( global::System::Uri host)
inline

Implements System.Net.IWebProxy.

Definition at line 1327 of file WebRequest.cs.

1328 {
1329 return this.webProxy.IsBypassed(host);
1330 }
bool IsBypassed(global::System.Uri host)
Definition WebProxy.cs:342

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