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

SmtpTransport() private method

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

Same methods

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