1 write to Message
System.Net.Requests (1)
System\Net\Authorization.cs (1)
22Message = string.IsNullOrEmpty(token) ? null : token;
3 references to Message
System.Net.Mail (3)
System\Net\Mail\SmtpConnection.cs (3)
209if (auth != null && auth.Message != null) 211info = await AuthCommand.SendAsync<TIOAdapter>(this, _authenticationModules[i].AuthenticationType, auth.Message, cancellationToken).ConfigureAwait(false); 225info = await AuthCommand.SendAsync<TIOAdapter>(this, auth.Message, cancellationToken).ConfigureAwait(false);