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

◆ UsesProxy

bool System.Net.ServicePointManager.SPKey.UsesProxy
get

Definition at line 793 of file ServicePointManager.cs.

794 {
795 get
796 {
797 global::System.Uri uri = this.proxy;
798 if (!true)
799 {
800 }
801 bool flag;
802 return flag;
803 }
804 }