1 write to _client
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
41_client = client;
5 references to _client
System.Net.Mail (5)
System\Net\Mail\SmtpConnection.cs (5)
129_extensions = await EHelloCommand.SendAsync<TIOAdapter>(this, _client!._clientDomain, cancellationToken).ConfigureAwait(false); 141await HelloCommand.SendAsync<TIOAdapter>(this, _client!._clientDomain, cancellationToken).ConfigureAwait(false); 188_extensions = await EHelloCommand.SendAsync<TIOAdapter>(this, _client!._clientDomain, cancellationToken).ConfigureAwait(false); 220auth = _authenticationModules[i].Authenticate(info.Line, null, this, _client!.TargetName, null); 311return module.Authenticate(null, credential, this, _client!.TargetName, null);