8 references to ReadLinesCommand
System.Net.Mail (8)
System\Net\Mail\SmtpCommands.cs (8)
196return ReadLinesCommand.BeginSend(conn, callback, state); 202return ReadLinesCommand.BeginSend(conn, callback, state); 217return CheckResponse(ReadLinesCommand.EndSend(result)); 237return CheckResponse(ReadLinesCommand.Send(conn)); 243return CheckResponse(ReadLinesCommand.Send(conn)); 352return ReadLinesCommand.BeginSend(conn, callback, state); 380return CheckResponse(ReadLinesCommand.EndSend(result)); 397return CheckResponse(ReadLinesCommand.Send(conn));