RSSCloud Object
See Also Example Properties Methods Events
This object models an RSS cloud element.
Class Diagram

Remarks
Allows processes to register with a cloud to be notified of updates to the channel,
implementing a lightweight publish-subscribe protocol for RSS feeds.
It has five properties, Domain,
Path,
Port,
Protocol and RegisterProcedure.
Version compatibility is as follows:
| Version | Compatibility |
| 0.90 | Not Supported |
| 0.91 | Not Supported |
| 0.92 | Supported |
| 0.93 | Supported |
| 0.94 | Unknown |
| 1.0 | Unknown |
| 2.0 | Supported |
Background
The relation between the properties (highlighted in bold italics) in this object and any resulting XML is as follows:
<cloud domain="Domain" path="Path" port="Port" protocol="Protocol" registerProcedure="RegisterProcedure" />
For example:
<category domain=""><category>
|