Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RelatedContent.cs
1
namespace
Waher.Content.Multipart
2
{
6
public
class
RelatedContent
:
MultipartContent
7
{
8
private
readonly
string
type;
9
15
public
RelatedContent
(
EmbeddedContent
[]
Content
,
string
Type
)
16
: base(
Content
)
17
{
18
this.type =
Type
;
19
}
20
24
public
string
Type
=> this.type;
25
}
26
}
Waher.Content.Multipart.EmbeddedContent
Represents content embedded in other content.
Definition:
EmbeddedContent.cs:38
Waher.Content.Multipart.MultipartContent
Abstract base class for multipart content
Definition:
MultipartContent.cs:7
Waher.Content.Multipart.MultipartContent.Content
EmbeddedContent[] Content
Embedded content.
Definition:
MultipartContent.cs:22
Waher.Content.Multipart.RelatedContent
Represents related content, encoded with multipart/related
Definition:
RelatedContent.cs:7
Waher.Content.Multipart.RelatedContent.RelatedContent
RelatedContent(EmbeddedContent[] Content, string Type)
Represents related content, encoded with multipart/related
Definition:
RelatedContent.cs:15
Waher.Content.Multipart.RelatedContent.Type
string Type
Principle content type of related content, if specified.
Definition:
RelatedContent.cs:24
Waher.Content.Multipart
Definition:
AlternativeCodec.cs:8
IoTGateway
Content
Waher.Content
Multipart
RelatedContent.cs
Generated by
1.9.5