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