1 instantiation of SmtpSectionInternal
System (1)
net\System\Net\Configuration\SmtpSection.cs (1)
229return new SmtpSectionInternal(section);
4 references to SmtpSectionInternal
System (4)
net\System\Net\Configuration\MailSettingsSection.cs (3)
29this.smtp = SmtpSectionInternal.GetSection(); 32internal SmtpSectionInternal Smtp 42SmtpSectionInternal smtp = null;
net\System\Net\Configuration\SmtpSection.cs (1)
221internal static SmtpSectionInternal GetSection()