Class PublishedMessage
Inheritance
PublishedMessage
Assembly: Ipfs.Http.Client.dll
Syntax
[DataContract]
public class PublishedMessage : IPublishedMessage, IDataBlock
Constructors
|
Improve this Doc
View Source
PublishedMessage(String)
Declaration
public PublishedMessage(string json)
Parameters
Type |
Name |
Description |
String |
json |
The JSON representation of a published message.
|
Properties
|
Improve this Doc
View Source
DataBytes
Declaration
[DataMember]
public byte[] DataBytes { get; }
Property Value
|
Improve this Doc
View Source
DataStream
Declaration
public Stream DataStream { get; }
Property Value
|
Improve this Doc
View Source
DataString
Declaration
public string DataString { get; }
Property Value
Type |
Description |
String |
The contents interpreted as a UTF-8 string.
|
|
Improve this Doc
View Source
Id
Declaration
Property Value
Exceptions
|
Improve this Doc
View Source
Sender
Declaration
[DataMember]
public Peer Sender { get; }
Property Value
|
Improve this Doc
View Source
SequenceNumber
Declaration
[DataMember]
public byte[] SequenceNumber { get; }
Property Value
|
Improve this Doc
View Source
Size
Declaration
[DataMember]
public long Size { get; }
Property Value
|
Improve this Doc
View Source
Topics
Declaration
[DataMember]
public IEnumerable<string> Topics { get; }
Property Value
Implements