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

◆ SmtpAuthenticationManager()

static System.Net.Mail.SmtpAuthenticationManager.SmtpAuthenticationManager ( )
inlinestaticprivate

Definition at line 9 of file SmtpAuthenticationManager.cs.

10 {
12 Register(new SmtpNegotiateAuthenticationModule());
13 Register(new SmtpNtlmAuthenticationModule());
14 Register(new SmtpLoginAuthenticationModule());
15 }
static void Register(ISmtpAuthenticationModule module)
static readonly List< ISmtpAuthenticationModule > s_modules

References System.Net.Mail.SmtpAuthenticationManager.Register(), and System.Net.Mail.SmtpAuthenticationManager.s_modules.