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