Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
MaxServicePoints
int System.Net.ServicePointManager.MaxServicePoints
static
get
set
Definition at line
39
of file
ServicePointManager.cs
.
40
{
41
get
42
{
43
return
s_maxServicePoints
;
44
}
45
set
46
{
47
if
(
value
< 0)
48
{
49
throw
new
ArgumentOutOfRangeException(
"value"
);
50
}
51
s_maxServicePoints
=
value
;
52
}
53
}
System.Net.ServicePointManager.s_maxServicePoints
static int s_maxServicePoints
Definition
ServicePointManager.cs:20
System.ExceptionArgument.value
@ value
System
Net
ServicePointManager
Generated by
1.10.0