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)
287IAsyncResult result = MailCommand.BeginSend(_connection, SmtpCommands.Mail, _from, _allowUnicode, 319MultiAsyncResult result = (MultiAsyncResult)RecipientCommand.BeginSend(_connection, 329_failedRecipientExceptions.Add(new SmtpFailedRecipientException(_connection.Reader!.StatusCode, 347new SmtpFailedRecipientException(thisPtr._connection.Reader!.StatusCode, 372IAsyncResult result = DataCommand.BeginSend(_connection, s_sendDataCompleted, this); 378_stream = _connection.GetClosableStream(); 401thisPtr._stream = thisPtr._connection.GetClosableStream();