2 writes to Command
System (2)
net\System\Net\_CommandStream.cs (2)
404
Command
= command;
407
Command
= command;
18 references to Command
System (18)
net\System\Net\_CommandStream.cs (5)
222
byte[] sendBuffer = Encoding.GetBytes(m_Commands[m_Index].
Command
);
225
string sendCommand = m_Commands[m_Index].
Command
.Substring(0, m_Commands[m_Index].
Command
.Length-2);
305
commands[index].
Command
!= "QUIT\r\n")
331
if (m_CurrentResponseDescription == null && entry.
Command
== "QUIT\r\n")
net\System\Net\_FtpControlStream.cs (13)
246
GlobalLog.Print("FtpControlStream#" + ValidationHelper.HashString(this) + ">" + (entry == null? "null" : entry.
Command
));
290
if (entry.
Command
== "OPTS utf8 on\r\n")
303
if (entry.
Command
.IndexOf("USER") != -1)
332
&& entry.
Command
.IndexOf("PASS") != -1)
364
m_AbortReason = SR.GetString(SR.net_ftp_invalid_status_response, status, entry.
Command
);
419
if (entry.
Command
.StartsWith("SIZE ")) {
421
} else if (entry.
Command
.StartsWith("MDTM ")) {
428
if (entry.
Command
== "PWD\r\n" && !entry.HasFlag(PipelineEntryFlags.UserCommand))
437
if (entry.
Command
.IndexOf("CWD") != -1)
444
if (response.PositiveIntermediate || (!UsingSecureStream && entry.
Command
== "AUTH TLS\r\n"))
673
if (entry.
Command
== "PASV\r\n" || entry.
Command
== "EPSV\r\n")
680
if (entry.
Command
== "PASV\r\n")