Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ MaxServicePointIdleTime

int System.Net.ServicePointManager.MaxServicePointIdleTime
staticgetset

Definition at line 71 of file ServicePointManager.cs.

72 {
73 get
74 {
76 }
77 set
78 {
79 if (value < -1)
80 {
81 throw new ArgumentOutOfRangeException("value");
82 }
84 }
85 }