2 references to AuthCommand
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.cs (2)
211
info = await
AuthCommand
.SendAsync<TIOAdapter>(this, _authenticationModules[i].AuthenticationType, auth.Message, cancellationToken).ConfigureAwait(false);
225
info = await
AuthCommand
.SendAsync<TIOAdapter>(this, auth.Message, cancellationToken).ConfigureAwait(false);