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
◆
UseBinary
bool System.Net.FtpWebRequest.UseBinary
get
set
Definition at line
1022
of file
FtpWebRequest.cs
.
1023
{
1024
get
1025
{
1026
return
this.
_binary
;
1027
}
1028
set
1029
{
1030
bool
getResponseStarted
;
1031
for
(;;)
1032
{
1033
if
(!this.
_getRequestStreamStarted
)
1034
{
1035
getResponseStarted = this.
_getResponseStarted
;
1036
if
(!getResponseStarted)
1037
{
1038
break
;
1039
}
1040
}
1041
}
1042
this._binary
=
getResponseStarted
;
1043
}
1044
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.FtpWebRequest._getRequestStreamStarted
bool _getRequestStreamStarted
Definition
FtpWebRequest.cs:1458
System.Net.FtpWebRequest._binary
bool _binary
Definition
FtpWebRequest.cs:1485
System.Net.FtpWebRequest._getResponseStarted
bool _getResponseStarted
Definition
FtpWebRequest.cs:1461
System
Net
FtpWebRequest
Generated by
1.10.0