Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ConnectionLeaseTimeout
int System.Net.ServicePoint.ConnectionLeaseTimeout
get
set
Definition at line
17
of file
ServicePoint.cs
.
18
{
19
get
20
{
21
return
_connectionLeaseTimeout
;
22
}
23
set
24
{
25
if
(
value
< -1)
26
{
27
throw
new
ArgumentOutOfRangeException(
"value"
);
28
}
29
_connectionLeaseTimeout
=
value
;
30
}
31
}
System.Net.ServicePoint._connectionLeaseTimeout
int _connectionLeaseTimeout
Definition
ServicePoint.cs:7
System.ExceptionArgument.value
@ value
System
Net
ServicePoint
Generated by
1.10.0