Class DhtRecordMessage
TODO
Inherited Members
Namespace: PeerTalk.Routing
Assembly: PeerTalk.dll
Syntax
[ProtoContract]
public class DhtRecordMessage
  Properties
| Improve this Doc View SourceAuthor
TODO
Declaration
[ProtoMember(3)]
public byte[] Author { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Byte[] | 
Key
TODO
Declaration
[ProtoMember(1)]
public byte[] Key { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Byte[] | 
Signature
TODO
Declaration
[ProtoMember(4)]
public byte[] Signature { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Byte[] | 
TimeReceived
TODO
Declaration
[ProtoMember(5)]
public string TimeReceived { get; set; }
  Property Value
| Type | Description | 
|---|---|
| String | 
Value
TODO
Declaration
[ProtoMember(2)]
public byte[] Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Byte[] |