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

SmtpTransport() private méthode

private SmtpTransport ( SmtpClient client ) : System.Collections.Generic
client SmtpClient
Résultat System.Collections.Generic
        internal SmtpTransport(SmtpClient client) : this(client, SmtpAuthenticationManager.GetModules())
        {
        }

Same methods

SmtpTransport::SmtpTransport ( SmtpClient client, ISmtpAuthenticationModule authenticationModules ) : System.Collections.Generic