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

NetworkCredential System.Net.FtpControlStream.Credentials
getsetpackage

Definition at line 17 of file FtpControlStream.cs.

18 {
19 get
20 {
21 while (this._credentials == null || this._credentials == null)
22 {
23 }
24 throw new InvalidCastException();
25 }
26 set
27 {
28 if (this._credentials == null)
29 {
30 }
31 }
32 }

Referenced by System.Net.FtpControlStream.BuildCommandsList().