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