System.Net.Configuration.SmtpSectionInternal.SmtpSectionInternal C# (CSharp) Метод

SmtpSectionInternal() приватный Метод

private SmtpSectionInternal ( SmtpSection section ) : System
section SmtpSection
Результат 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);
        }