System.Net.Configuration.SmtpSectionInternal.SmtpSectionInternal C# (CSharp) Méthode

SmtpSectionInternal() private méthode

private SmtpSectionInternal ( SmtpSection section ) : System
section SmtpSection
Résultat System
        internal SmtpSectionInternal(SmtpSection section)
        {
            this.deliveryMethod = section.DeliveryMethod;
            this.from = section.From;

            this.network = new SmtpNetworkElementInternal(section.Network);
            this.specifiedPickupDirectory = new SmtpSpecifiedPickupDirectoryElementInternal(section.SpecifiedPickupDirectory);
        }