1 write to currentModule
System (1)
net\System\Net\mail\smtpconnection.cs (1)
972while (++currentModule < connection.authenticationModules.Length)
6 references to currentModule
System (6)
net\System\Net\mail\smtpconnection.cs (6)
975ISmtpAuthenticationModule module = connection.authenticationModules[currentModule]; 987IAsyncResult result = AuthCommand.BeginSend(connection, connection.authenticationModules[currentModule].AuthenticationType, auth.Message, authenticateCallback, this); 1041thisPtr.connection.authenticationModules[thisPtr.currentModule].CloseContext(thisPtr.connection); 1062Authorization auth = connection.authenticationModules[currentModule].Authenticate(authResponse, null, connection, connection.client.TargetName, connection.channelBindingToken); 1077connection.authenticationModules[currentModule].CloseContext(connection); 1100thisPtr.connection.authenticationModules[thisPtr.currentModule].CloseContext(thisPtr.connection);