4 writes to _authResponse
System.Net.Mail (4)
System\Net\Mail\SmtpConnection.cs (4)
771
_authResponse
= info.Line;
802
thisPtr.
_authResponse
= info.Line;
855
_authResponse
= info.Line;
876
thisPtr.
_authResponse
= info.Line;
1 reference to _authResponse
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
831
Authorization? auth = _connection._authenticationModules[_currentModule].Authenticate(
_authResponse
, null, _connection, _connection._client!.TargetName, null);