1 write to Message
System.Net.Requests (1)
System\Net\Authorization.cs (1)
22
Message
= string.IsNullOrEmpty(token) ? null : token;
3 references to Message
System.Net.Mail (3)
System\Net\Mail\SmtpConnection.cs (3)
209
if (auth != null && auth.
Message
!= null)
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);