System.Net.Configuration.SmtpSectionInternal.SmtpSectionInternal C# (CSharp) Method

SmtpSectionInternal() private method

private SmtpSectionInternal ( SmtpSection section ) : System
section SmtpSection
return 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);
        }