Show / Hide Table of Contents

Class DhtRecordMessage

TODO

Inheritance
Object
DhtRecordMessage
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PeerTalk.Routing
Assembly: PeerTalk.dll
Syntax
[ProtoContract]
public class DhtRecordMessage

Properties

| Improve this Doc View Source

Author

TODO

Declaration
[ProtoMember(3)]
public byte[] Author { get; set; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

Key

TODO

Declaration
[ProtoMember(1)]
public byte[] Key { get; set; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

Signature

TODO

Declaration
[ProtoMember(4)]
public byte[] Signature { get; set; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

TimeReceived

TODO

Declaration
[ProtoMember(5)]
public string TimeReceived { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Value

TODO

Declaration
[ProtoMember(2)]
public byte[] Value { get; set; }
Property Value
Type Description
Byte[]
  • Improve this Doc
  • View Source
Back to top Generated by DocFX