1 write to Message
System.Net.Requests (1)
System\Net\Authorization.cs (1)
22Message = string.IsNullOrEmpty(token) ? null : token;
6 references to Message
System.Net.Mail (6)
System\Net\Mail\SmtpConnection.cs (6)
272if (auth != null && auth.Message != null) 274info = AuthCommand.Send(this, _authenticationModules[i].AuthenticationType, auth.Message); 288info = AuthCommand.Send(this, auth.Message); 759if (auth != null && auth.Message != null) 761IAsyncResult result = AuthCommand.BeginSend(_connection, _connection._authenticationModules[_currentModule].AuthenticationType, auth.Message, s_authenticateCallback, this); 837IAsyncResult result = AuthCommand.BeginSend(_connection, auth.Message, s_authenticateContinueCallback, this);