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
◆
ConnectionLimit
int System.Net.ServicePoint.ConnectionLimit
get
set
Definition at line
94
of file
ServicePoint.cs
.
95
{
96
get
97
{
98
return
this.
connectionLimit
;
99
}
100
set
101
{
102
if
(this.
disposed
)
103
{
104
return
;
105
}
106
this.<
Scheduler
>
k__BackingField.ConnectionLimit
=
value
;
107
}
108
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.ServicePoint.Scheduler
ServicePointScheduler Scheduler
Definition
ServicePoint.cs:38
System.Net.ServicePoint.connectionLimit
int connectionLimit
Definition
ServicePoint.cs:595
System.Net.ServicePoint.disposed
bool disposed
Definition
ServicePoint.cs:578
System.ExceptionArgument.value
@ value
System
Net
ServicePoint
Generated by
1.10.0