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
◆
EnableSsl
bool System.Net.FtpWebRequest.EnableSsl
get
set
Definition at line
1096
of file
FtpWebRequest.cs
.
1097
{
1098
get
1099
{
1100
return
this.
_enableSsl
;
1101
}
1102
set
1103
{
1104
bool
getResponseStarted
;
1105
for
(;;)
1106
{
1107
if
(!this.
_getRequestStreamStarted
)
1108
{
1109
getResponseStarted = this.
_getResponseStarted
;
1110
if
(!getResponseStarted)
1111
{
1112
break
;
1113
}
1114
}
1115
}
1116
this._enableSsl
=
getResponseStarted
;
1117
}
1118
}
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._enableSsl
bool _enableSsl
Definition
FtpWebRequest.cs:1512
System.Net.FtpWebRequest._getResponseStarted
bool _getResponseStarted
Definition
FtpWebRequest.cs:1461
System
Net
FtpWebRequest
Generated by
1.10.0