24 throw new SmtpException(statusCode, response, serverResponse:
true);
static SmtpStatusCode Send(SmtpConnection conn, out string response)
static IAsyncResult BeginSend(SmtpConnection conn, AsyncCallback callback, object state)
static object EndSend(IAsyncResult result, out string response)
string GetSmtpAddress(bool allowUnicode)
static void PrepareCommand(SmtpConnection conn, byte[] command, MailAddress from, bool allowUnicode)
static void Send(SmtpConnection conn, byte[] command, MailAddress from, bool allowUnicode)
static IAsyncResult BeginSend(SmtpConnection conn, byte[] command, MailAddress from, bool allowUnicode, AsyncCallback callback, object state)
static void CheckResponse(SmtpStatusCode statusCode, string response)
static void EndSend(IAsyncResult result)
static readonly byte[] CRLF
BufferBuilder BufferBuilder
static string net_webstatus_ServerProtocolViolation
static string SmtpDataStreamOpen