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

◆ ConnectionLeaseTimeout

int System.Net.ServicePoint.ConnectionLeaseTimeout
getset

Definition at line 17 of file ServicePoint.cs.

18 {
19 get
20 {
22 }
23 set
24 {
25 if (value < -1)
26 {
27 throw new ArgumentOutOfRangeException("value");
28 }
30 }
31 }