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
◆
UsePassive
bool System.Net.FtpWebRequest.UsePassive
get
set
Definition at line
1049
of file
FtpWebRequest.cs
.
1050
{
1051
get
1052
{
1053
return
this.
_passive
;
1054
}
1055
set
1056
{
1057
bool
getResponseStarted
;
1058
do
1059
{
1060
getResponseStarted = this.
_getResponseStarted
;
1061
}
1062
while
(getResponseStarted);
1063
this._passive
=
getResponseStarted
;
1064
}
1065
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.FtpWebRequest._passive
bool _passive
Definition
FtpWebRequest.cs:1482
System.Net.FtpWebRequest._getResponseStarted
bool _getResponseStarted
Definition
FtpWebRequest.cs:1461
System
Net
FtpWebRequest
Generated by
1.10.0