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
◆
MaxIdleTime
int System.Net.ServicePoint.MaxIdleTime
get
set
Definition at line
169
of file
ServicePoint.cs
.
170
{
171
get
172
{
173
return
this.
maxIdleTime
;
174
}
175
set
176
{
177
bool
flag = this.
disposed
;
178
this.maxIdleTime
=
value
;
179
if
(flag)
180
{
181
return
;
182
}
183
this.<
Scheduler
>
k__BackingField.MaxIdleTime
=
value
;
184
}
185
}
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.disposed
bool disposed
Definition
ServicePoint.cs:578
System.Net.ServicePoint.maxIdleTime
int maxIdleTime
Definition
ServicePoint.cs:598
System.ExceptionArgument.value
@ value
System
Net
ServicePoint
Generated by
1.10.0