1 instantiation of AuthenticateCallbackContext
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
318new AuthenticateCallbackContext(this, module, credential, _client!.TargetName, null);
3 references to AuthenticateCallbackContext
System.Net.Mail (3)
System\Net\Mail\SmtpConnection.cs (3)
317AuthenticateCallbackContext authenticationContext = 340AuthenticateCallbackContext context = (AuthenticateCallbackContext)state!;