16 references to CheckCommand
System.Net.Mail (16)
System\Net\Mail\SmtpCommands.cs (16)
252return CheckCommand.BeginSend(conn, callback, state); 280SmtpStatusCode statusCode = (SmtpStatusCode)CheckCommand.EndSend(result, out response); 298SmtpStatusCode statusCode = CheckCommand.Send(conn, out response); 342SmtpStatusCode statusCode = CheckCommand.Send(conn, out response); 406return CheckCommand.BeginSend(conn, callback, state); 432SmtpStatusCode statusCode = (SmtpStatusCode)CheckCommand.EndSend(result, out response); 452SmtpStatusCode statusCode = CheckCommand.Send(conn, out response); 462return CheckCommand.BeginSend(conn, callback, state); 490SmtpStatusCode statusCode = (SmtpStatusCode)CheckCommand.EndSend(result, out response); 509SmtpStatusCode statusCode = CheckCommand.Send(conn, out response); 520return CheckCommand.BeginSend(conn, callback, state); 549SmtpStatusCode statusCode = (SmtpStatusCode)CheckCommand.EndSend(result, out response); 573SmtpStatusCode statusCode = CheckCommand.Send(conn, out response); 583return CheckCommand.BeginSend(conn, callback, state); 618SmtpStatusCode statusCode = (SmtpStatusCode)CheckCommand.EndSend(result, out response); 638SmtpStatusCode statusCode = CheckCommand.Send(conn, out response);