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