13 if (lines ==
null || lines.Length == 0)
23 throw new SmtpException(lines[0].StatusCode, lines[0].Line, serverResponse:
true);
25 string[]
array =
new string[lines.Length - 1];
26 for (
int i = 1; i < lines.Length; i++)
static string[] Send(SmtpConnection conn, string domain)
static string[] CheckResponse(LineInfo[] lines)
static string[] EndSend(IAsyncResult result)
static IAsyncResult BeginSend(SmtpConnection conn, string domain, AsyncCallback callback, object state)
static void PrepareCommand(SmtpConnection conn, string domain)
static LineInfo[] EndSend(IAsyncResult result)
static IAsyncResult BeginSend(SmtpConnection conn, AsyncCallback callback, object state)
static LineInfo[] Send(SmtpConnection conn)
static readonly byte[] EHello
static readonly byte[] CRLF
BufferBuilder BufferBuilder
static string net_webstatus_ServerProtocolViolation
static string SmtpDataStreamOpen
static string SmtpEhloResponseInvalid