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.ServicePoint.UsesProxy
getsetpackage

Definition at line 310 of file ServicePoint.cs.

311 {
312 get
313 {
314 return this.usesProxy;
315 }
316 set
317 {
318 }
319 }