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

◆ BuildCommandsList()

override CommandStream.PipelineEntry[] System.Net.FtpControlStream.BuildCommandsList ( WebRequest req)
inlineprotectedvirtual

Reimplemented from System.Net.CommandStream.

Definition at line 185 of file FtpControlStream.cs.

186 {
187 if (req != null)
188 {
189 }
190 bool isEnabled = NetEventSource.IsEnabled;
192 bool usingSecureStream = base.UsingSecureStream;
193 FtpLoginState loginState = this._loginState;
194 int num = 2;
196 FtpLoginState loginState2 = this._loginState;
197 if (loginState != FtpLoginState.NotLoggedIn)
198 {
199 }
200 string password;
201 if (this.Credentials != null)
202 {
203 string userName = this.Credentials.UserName;
204 string domain = this.Credentials.Domain;
205 bool flag = string.IsNullOrEmpty(domain);
206 string text = domain + "\\" + userName;
207 password = this.Credentials.Password;
208 }
209 if (password._stringLength != 0 || password._stringLength == 0)
210 {
211 }
212 bool usingSecureStream2 = base.UsingSecureStream;
213 if ("0" == null)
214 {
215 }
217 if (establishedServerDirectory != null)
218 {
219 string loginDirectory = this._loginDirectory;
220 if (loginDirectory != null)
221 {
223 string loginDirectory2 = this._loginDirectory;
224 string loginDirectory3 = this._loginDirectory;
226 }
227 }
228 string text2;
229 int stringLength = text2._stringLength;
232 ushort[] numbers = base.ServerAddress._numbers;
234 string text4;
235 string text3 = text4 + "/";
236 throw new InvalidCastException();
237 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture

References System.Net.FtpControlStream._currentTypeSetting, System.Net.FtpControlStream._establishedServerDirectory, System.Net.FtpControlStream._loginDirectory, System.Net.FtpControlStream._loginState, System.Net.FtpControlStream.Credentials, System.Net.NetworkCredential.Domain, System.Globalization.CultureInfo.InvariantCulture, System.Net.NetEventSource.IsEnabled, j__TPar, System.Net.NetworkCredential.Password, System.text, and System.Net.NetworkCredential.UserName.