2 instantiations of SmtpConnection
System (2)
net\System\Net\mail\SmtpTransport.cs (2)
201
connection = new
SmtpConnection
(this, client, credentials, authenticationModules);
224
connection = new
SmtpConnection
(this, client, credentials, authenticationModules);
45 references to SmtpConnection
System (45)
net\System\Net\mail\SmtpCommands.cs (38)
16
internal static IAsyncResult BeginSend(
SmtpConnection
conn, AsyncCallback callback, object state)
61
SmtpConnection
conn = (
SmtpConnection
)multiResult.Context;
82
SmtpConnection
conn = (
SmtpConnection
)multiResult.Context;
93
internal static SmtpStatusCode Send(
SmtpConnection
conn, out string response)
109
internal static IAsyncResult BeginSend(
SmtpConnection
conn, AsyncCallback callback, object state)
148
SmtpConnection
conn = (
SmtpConnection
)multiResult.Context;
168
SmtpConnection
conn = (
SmtpConnection
)multiResult.Context;
178
internal static LineInfo[] Send(
SmtpConnection
conn)
188
internal static IAsyncResult BeginSend(
SmtpConnection
conn, string type, string message, AsyncCallback callback, object state)
194
internal static IAsyncResult BeginSend(
SmtpConnection
conn, string message, AsyncCallback callback, object state)
214
static void PrepareCommand(
SmtpConnection
conn, string type, string message)
223
static void PrepareCommand(
SmtpConnection
conn, string message)
229
internal static LineInfo Send(
SmtpConnection
conn, string type, string message)
235
internal static LineInfo Send(
SmtpConnection
conn, string message)
245
internal static IAsyncResult BeginSend(
SmtpConnection
conn, AsyncCallback callback, object state)
279
static void PrepareCommand(
SmtpConnection
conn)
289
internal static void Send(
SmtpConnection
conn)
340
static void PrepareCommand(
SmtpConnection
conn)
349
internal static void Send(
SmtpConnection
conn)
360
internal static IAsyncResult BeginSend(
SmtpConnection
conn, string domain, AsyncCallback callback, object state)
392
static void PrepareCommand(
SmtpConnection
conn, string domain)
404
internal static string[] Send(
SmtpConnection
conn, string domain)
414
internal static IAsyncResult BeginSend(
SmtpConnection
conn, string domain, AsyncCallback callback, object state)
446
static void PrepareCommand(
SmtpConnection
conn, string domain)
458
internal static void Send(
SmtpConnection
conn, string domain)
469
internal static IAsyncResult BeginSend(
SmtpConnection
conn, AsyncCallback callback, object state)
503
static void PrepareCommand(
SmtpConnection
conn)
514
internal static void Send(
SmtpConnection
conn)
525
internal static IAsyncResult BeginSend(
SmtpConnection
conn, byte[] command, MailAddress from,
561
static void PrepareCommand(
SmtpConnection
conn, byte[] command, MailAddress from, bool allowUnicode)
577
internal static void Send(
SmtpConnection
conn, byte[] command, MailAddress from, bool allowUnicode)
589
internal static IAsyncResult BeginSend(
SmtpConnection
conn, string to, AsyncCallback callback, object state)
632
static void PrepareCommand(
SmtpConnection
conn, string to)
645
internal static bool Send(
SmtpConnection
conn, string to, out string response)
net\System\Net\mail\smtpconnection.cs (4)
533
internal AuthenticateCallbackContext(
SmtpConnection
thisPtr, ISmtpAuthenticationModule module, NetworkCredential credential, string spn, ChannelBinding Token)
544
internal readonly
SmtpConnection
thisPtr;
577
SmtpConnection
connection;
590
internal ConnectAndHandshakeAsyncResult(
SmtpConnection
connection, string host, int port, ContextAwareResult outerResult, AsyncCallback callback, object state) :
net\System\Net\mail\SmtpTransport.cs (3)
66
SmtpConnection
connection;
361
SmtpConnection
connection;
374
internal SendMailAsyncResult(
SmtpConnection
connection, MailAddress from, MailAddressCollection toCollection,