C# Class Castle.MonoRail.Framework.Configuration.SmtpConfig

Represents the SMTP configuration on the configuration file
Inheritance: ISerializedConfig
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
Deserialize ( XmlNode section ) : void

Deserializes the specified smtp section.

Method Details

Deserialize() public method

Deserializes the specified smtp section.
public Deserialize ( XmlNode section ) : void
section System.Xml.XmlNode The smtp section.
return void