16 references to CheckCommand
System (16)
net\System\Net\mail\SmtpCommands.cs (16)
248return CheckCommand.BeginSend(conn, callback, state); 275SmtpStatusCode statusCode = (SmtpStatusCode)CheckCommand.EndSend(result, out response); 293SmtpStatusCode statusCode = CheckCommand.Send(conn, out response); 353SmtpStatusCode statusCode = CheckCommand.Send(conn, out response); 417return CheckCommand.BeginSend(conn, callback, state); 442SmtpStatusCode statusCode = (SmtpStatusCode)CheckCommand.EndSend(result, out response); 462SmtpStatusCode statusCode = CheckCommand.Send(conn, out response); 472return CheckCommand.BeginSend(conn, callback, state); 499SmtpStatusCode statusCode = (SmtpStatusCode)CheckCommand.EndSend(result, out response); 518SmtpStatusCode statusCode = CheckCommand.Send(conn, out response); 529return CheckCommand.BeginSend(conn, callback, state); 557SmtpStatusCode statusCode = (SmtpStatusCode)CheckCommand.EndSend(result, out response); 581SmtpStatusCode statusCode = CheckCommand.Send(conn, out response); 592return CheckCommand.BeginSend(conn, callback, state); 627SmtpStatusCode statusCode = (SmtpStatusCode)CheckCommand.EndSend(result, out response); 648SmtpStatusCode statusCode = CheckCommand.Send(conn, out response);