This configuration class represents a participant in a messaging transaction (either sender or recipient). The name provides a way to indicate a common name, the address is a protocol-specific value used in the context of a reference to a given message handler.
More...
|
System.Xml.Schema.XmlSchema | GetSchema () |
|
void | ReadXml (System.Xml.XmlReader reader) |
| Deserializes the object from XML. More...
|
|
void | WriteXml (System.Xml.XmlWriter writer) |
| Serializes the object to XML. More...
|
|
|
override ConfigurationPropertyCollection | Properties [get] |
| Gets the collection of configuration properties for this configuration element. More...
|
|
string | Name [get, set] |
| Gets or sets the display name for this address. More...
|
|
string | Address [get, set] |
| Gets or sets the (protocol-specific) address for a message participant. More...
|
|
This configuration class represents a participant in a messaging transaction (either sender or recipient). The name provides a way to indicate a common name, the address is a protocol-specific value used in the context of a reference to a given message handler.
◆ ReadXml()
void Apac.Configuration.MessagingAddressElement.ReadXml |
( |
System.Xml.XmlReader |
reader | ) |
|
|
inline |
Deserializes the object from XML.
- Parameters
-
reader | The object from which the data is read. |
◆ WriteXml()
void Apac.Configuration.MessagingAddressElement.WriteXml |
( |
System.Xml.XmlWriter |
writer | ) |
|
|
inline |
Serializes the object to XML.
- Parameters
-
writer | The object to which the data is written. |
◆ Address
string Apac.Configuration.MessagingAddressElement.Address |
|
getset |
Gets or sets the (protocol-specific) address for a message participant.
◆ Name
string Apac.Configuration.MessagingAddressElement.Name |
|
getset |
Gets or sets the display name for this address.
◆ Properties
override ConfigurationPropertyCollection Apac.Configuration.MessagingAddressElement.Properties |
|
getprotected |
Gets the collection of configuration properties for this configuration element.
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/apac/APAC/APACCore/Configuration/MessagingAddressElement.cs