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