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