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

◆ CurrentConnections

int System.Net.ServicePointScheduler.CurrentConnections
get

Definition at line 83 of file ServicePointScheduler.cs.

84 {
85 get
86 {
87 return this.currentConnections;
88 }
89 }