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);
141
await HelloCommand.SendAsync<TIOAdapter>(this,
_client
!._clientDomain, cancellationToken).ConfigureAwait(false);
188
_extensions = await EHelloCommand.SendAsync<TIOAdapter>(this,
_client
!._clientDomain, cancellationToken).ConfigureAwait(false);
220
auth = _authenticationModules[i].Authenticate(info.Line, null, this,
_client
!.TargetName, null);
311
return module.Authenticate(null, credential, this,
_client
!.TargetName, null);