9 references to SmtpSection
System (5)
net\System\Net\Configuration\MailSettingsSection.cs (2)
19
public
SmtpSection
Smtp
21
get { return (
SmtpSection
)Sections["smtp"]; }
net\System\Net\Configuration\SmtpSection.cs (3)
168
internal SmtpSectionInternal(
SmtpSection
section)
225
SmtpSection
section = PrivilegedConfigurationManager.GetSection(ConfigurationStrings.SmtpSectionPath) as
SmtpSection
;
System.Web (4)
Configuration\RuntimeConfig.cs (3)
233
internal System.Net.Configuration.
SmtpSection
Smtp {
235
return (System.Net.Configuration.
SmtpSection
) GetSection("system.net/mailSettings/smtp", typeof(System.Net.Configuration.
SmtpSection
));
UI\WebControls\MailDefinition.cs (1)
239
System.Net.Configuration.
SmtpSection
smtpSection = RuntimeConfig.GetConfig().Smtp;