System.Net.Mail.SmtpTransport.SmtpTransport C# (CSharp) 메소드

SmtpTransport() 개인적인 메소드

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

Same methods

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