Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Castle
MonoRail
Framework
Configuration
SmtpConfig
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