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