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
◆
ConnectionGroupName
override
string System.Net.FtpWebRequest.ConnectionGroupName
get
set
Definition at line
225
of file
FtpWebRequest.cs
.
226
{
227
get
228
{
229
return
this.
_connectionGroupName
;
230
}
231
set
232
{
233
while
(this.
_getRequestStreamStarted
|| this.
_getResponseStarted
)
234
{
235
}
236
this._connectionGroupName
=
value
;
237
}
238
}
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._connectionGroupName
string _connectionGroupName
Definition
FtpWebRequest.cs:1488
System.Net.FtpWebRequest._getResponseStarted
bool _getResponseStarted
Definition
FtpWebRequest.cs:1461
System.ExceptionArgument.value
@ value
System
Net
FtpWebRequest
Generated by
1.10.0