22 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)
static readonly byte[] CRLF
static readonly byte[] StartTls
BufferBuilder BufferBuilder
static void Send(SmtpConnection conn)
static IAsyncResult BeginSend(SmtpConnection conn, AsyncCallback callback, object state)
static void CheckResponse(SmtpStatusCode statusCode, string response)
static void EndSend(IAsyncResult result)
static void PrepareCommand(SmtpConnection conn)
static string net_webstatus_ServerProtocolViolation
static string SmtpDataStreamOpen