System.Net.Mail.SmtpConnection.SmtpConnection C# (CSharp) Method

SmtpConnection() private method

private SmtpConnection ( ISmtpAuthenticationModule authenticationModules )
authenticationModules ISmtpAuthenticationModule
        internal SmtpConnection(ISmtpAuthenticationModule[] authenticationModules)
        {
            _authenticationModules = authenticationModules;
        }

Same methods

SmtpConnection::SmtpConnection ( SmtpTransport parent, SmtpClient client, ICredentialsByHost credentials, ISmtpAuthenticationModule authenticationModules ) : System