1 write to _currentModule
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
745while (++_currentModule < _connection._authenticationModules.Length)
6 references to _currentModule
System.Net.Mail (6)
System\Net\Mail\SmtpConnection.cs (6)
748ISmtpAuthenticationModule module = _connection._authenticationModules[_currentModule]; 761IAsyncResult result = AuthCommand.BeginSend(_connection, _connection._authenticationModules[_currentModule].AuthenticationType, auth.Message, s_authenticateCallback, this); 810thisPtr._connection._authenticationModules[thisPtr._currentModule].CloseContext(thisPtr._connection); 831Authorization? auth = _connection._authenticationModules[_currentModule].Authenticate(_authResponse, null, _connection, _connection._client!.TargetName, null); 846_connection._authenticationModules[_currentModule].CloseContext(_connection); 869thisPtr._connection._authenticationModules[thisPtr._currentModule].CloseContext(thisPtr._connection);