1 write to _connection
System.Net.Mail (1)
System\Net\Mail\SmtpTransport.cs (1)
258
_connection
= connection;
7 references to _connection
System.Net.Mail (7)
System\Net\Mail\SmtpTransport.cs (7)
287
IAsyncResult result = MailCommand.BeginSend(
_connection
, SmtpCommands.Mail, _from, _allowUnicode,
319
MultiAsyncResult result = (MultiAsyncResult)RecipientCommand.BeginSend(
_connection
,
329
_failedRecipientExceptions.Add(new SmtpFailedRecipientException(
_connection
.Reader!.StatusCode,
347
new SmtpFailedRecipientException(thisPtr.
_connection
.Reader!.StatusCode,
372
IAsyncResult result = DataCommand.BeginSend(
_connection
, s_sendDataCompleted, this);
378
_stream =
_connection
.GetClosableStream();
401
thisPtr._stream = thisPtr.
_connection
.GetClosableStream();