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

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

Méthodes publiques

Méthode Description
Deserialize ( XmlNode section ) : void

Deserializes the specified smtp section.

Method Details

Deserialize() public méthode

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