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

◆ Proxy

IWebProxy System.Net.WebClient.Proxy
getset

Definition at line 648 of file WebClient.cs.

649 {
650 get
651 {
652 if (this._proxySet)
653 {
654 return this._proxy;
655 }
656 return WebRequest.DefaultWebProxy;
657 }
658 set
659 {
661 this._proxySet = true;
662 }
663 }
class f__AnonymousType0<< Count > j__TPar