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
◆
Credentials
override
ICredentials
System.Net.FtpWebRequest.Credentials
get
set
Definition at line
90
of file
FtpWebRequest.cs
.
91
{
92
get
93
{
94
return
this.
_authInfo
;
95
}
96
set
97
{
98
if
(this.
_getRequestStreamStarted
|| this.
_getResponseStarted
)
99
{
100
return
;
101
}
102
if
(
value
!=
null
)
103
{
104
if
(!
true
)
105
{
106
}
107
this._authInfo
=
value
;
108
return
;
109
}
110
}
111
}
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._authInfo
ICredentials _authInfo
Definition
FtpWebRequest.cs:1446
System.Net.FtpWebRequest._getResponseStarted
bool _getResponseStarted
Definition
FtpWebRequest.cs:1461
System.ExceptionArgument.value
@ value
System
Net
FtpWebRequest
Generated by
1.10.0