1 write to connection
System (1)
net\System\Net\mail\SmtpTransport.cs (1)
379
this.
connection
= connection;
7 references to connection
System (7)
net\System\Net\mail\SmtpTransport.cs (7)
407
IAsyncResult result = MailCommand.BeginSend(
connection
, SmtpCommands.Mail, from, allowUnicode,
439
MultiAsyncResult result = (MultiAsyncResult)RecipientCommand.BeginSend(
connection
,
448
failedRecipientExceptions.Add(new SmtpFailedRecipientException(
connection
.Reader.StatusCode,
466
new SmtpFailedRecipientException(thisPtr.
connection
.Reader.StatusCode,
497
IAsyncResult result = DataCommand.BeginSend(
connection
, sendDataCompleted, this);
503
stream =
connection
.GetClosableStream();
526
thisPtr.stream = thisPtr.
connection
.GetClosableStream();