Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ReportContent.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
5
6namespace Waher.Content.Dsn
7{
12 {
18 : base(Content)
19 {
20 }
21 }
22}
Represents report content, encoded with multipart/report
ReportContent(EmbeddedContent[] Content)
Represents report content, encoded with multipart/report
Represents content embedded in other content.
Abstract base class for multipart content
EmbeddedContent[] Content
Embedded content.