Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
MultipartContent.cs
2{
6 public abstract class MultipartContent
7 {
8 private readonly EmbeddedContent[] content;
9
15 {
16 this.content = Content;
17 }
18
22 public EmbeddedContent[] Content => this.content;
23 }
24}
Represents content embedded in other content.
Abstract base class for multipart content
MultipartContent(EmbeddedContent[] Content)
Abstract base class for multipart content
EmbeddedContent[] Content
Embedded content.