Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AuthenticateCallback()

static void System.Net.Mail.SmtpConnection.AuthenticateCallback ( object state)
inlinestaticprivate

Definition at line 790 of file SmtpConnection.cs.

791 {
792 AuthenticateCallbackContext authenticateCallbackContext = (AuthenticateCallbackContext)state;
793 authenticateCallbackContext._result = authenticateCallbackContext._module.Authenticate(null, authenticateCallbackContext._credential, authenticateCallbackContext._thisPtr, authenticateCallbackContext._spn, authenticateCallbackContext._token);
794 }

References System.Net.Mail.SmtpConnection.AuthenticateCallbackContext._credential, System.Net.Mail.SmtpConnection.AuthenticateCallbackContext._module, System.Net.Mail.SmtpConnection.AuthenticateCallbackContext._spn, System.Net.Mail.SmtpConnection.AuthenticateCallbackContext._thisPtr, System.Net.Mail.SmtpConnection.AuthenticateCallbackContext._token, System.Net.Mail.ISmtpAuthenticationModule.Authenticate(), and System.state.