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

◆ MaxIdleTime

int System.Net.ServicePoint.MaxIdleTime
getset

Definition at line 169 of file ServicePoint.cs.

170 {
171 get
172 {
173 return this.maxIdleTime;
174 }
175 set
176 {
177 bool flag = this.disposed;
179 if (flag)
180 {
181 return;
182 }
184 }
185 }
class f__AnonymousType0<< Count > j__TPar
ServicePointScheduler Scheduler