System.Net.Mail.SmtpAuthenticationManager.SmtpAuthenticationManager C# (CSharp) Méthode

SmtpAuthenticationManager() static private méthode

static private SmtpAuthenticationManager ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        static SmtpAuthenticationManager()
        {
            Register(new SmtpNegotiateAuthenticationModule());
            Register(new SmtpNtlmAuthenticationModule());
            Register(new SmtpLoginAuthenticationModule());
        }