Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RssCloud.cs
1
using
System;
2
using
System.Xml;
3
using
Waher.Content.Xml
;
4
5
namespace
Waher.Content.Rss
6
{
13
public
class
RssCloud
14
{
23
public
RssCloud
(XmlElement Xml, Uri BaseUri)
24
{
25
if
(Xml is
null
)
26
throw
new
ArgumentNullException(nameof(Xml));
27
28
this.Domain =
XML
.
Attribute
(Xml,
"domain"
);
29
this.Port =
XML
.
Attribute
(Xml,
"port"
, 80);
30
this.Path =
XML
.
Attribute
(Xml,
"path"
);
31
this.RegisterProcedure =
XML
.
Attribute
(Xml,
"registerProcedure"
);
32
this.Protocol =
XML
.
Attribute
(Xml,
"protocol"
);
33
}
34
38
public
string
Domain
{
get
; }
39
43
public
int
Port
{
get
; }
44
48
public
string
Path
{
get
; }
49
53
public
string
RegisterProcedure
{
get
; }
54
58
public
string
Protocol
{
get
; }
59
}
60
}
Waher.Content.Rss.RssCloud
Web service that supports the rssCloud interface.
Definition:
RssCloud.cs:14
Waher.Content.Rss.RssCloud.RssCloud
RssCloud(XmlElement Xml, Uri BaseUri)
Web service that supports the rssCloud interface
Definition:
RssCloud.cs:23
Waher.Content.Rss.RssCloud.Port
int Port
Port number
Definition:
RssCloud.cs:43
Waher.Content.Rss.RssCloud.Path
string Path
Path
Definition:
RssCloud.cs:48
Waher.Content.Rss.RssCloud.RegisterProcedure
string RegisterProcedure
Register procedure
Definition:
RssCloud.cs:53
Waher.Content.Rss.RssCloud.Protocol
string Protocol
Protocol
Definition:
RssCloud.cs:58
Waher.Content.Rss.RssCloud.Domain
string Domain
Domain
Definition:
RssCloud.cs:38
Waher.Content.Xml.XML
Helps with common XML-related tasks.
Definition:
XML.cs:19
Waher.Content.Xml.XML.Attribute
static string Attribute(XmlElement E, string Name)
Gets the value of an XML attribute.
Definition:
XML.cs:914
Waher.Content.Rss
Definition:
IRssExtension.cs:6
Waher.Content.Xml
Definition:
XmlCodec.cs:11
IoTGateway
Content
Waher.Content.Rss
RssCloud.cs
Generated by
1.9.5