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

◆ ConnectionLimit

int System.Net.ServicePoint.ConnectionLimit
getset

Definition at line 94 of file ServicePoint.cs.

95 {
96 get
97 {
98 return this.connectionLimit;
99 }
100 set
101 {
102 if (this.disposed)
103 {
104 return;
105 }
107 }
108 }
class f__AnonymousType0<< Count > j__TPar
ServicePointScheduler Scheduler