21 throw new SmtpException(statusCode, serverResponse, 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 void Send(SmtpConnection conn, string domain)
static void CheckResponse(SmtpStatusCode statusCode, string serverResponse)
static void EndSend(IAsyncResult result)
static void PrepareCommand(SmtpConnection conn, string domain)
static IAsyncResult BeginSend(SmtpConnection conn, string domain, AsyncCallback callback, object state)
static readonly byte[] CRLF
static readonly byte[] Hello
BufferBuilder BufferBuilder
static string net_webstatus_ServerProtocolViolation
static string SmtpDataStreamOpen