Show / Hide Table of Contents

Class DhtMessage

The DHT message exchanged between peers.

Inheritance
Object
DhtMessage
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 DhtMessage

Properties

| Improve this Doc View Source

CloserPeers

The closer peers for a query.

Declaration
[ProtoMember(8)]
public DhtPeerMessage[] CloserPeers { get; set; }
Property Value
Type Description
DhtPeerMessage[]
| Improve this Doc View Source

ClusterLevelRaw

Coral cluster level.

Declaration
[ProtoMember(10)]
public int ClusterLevelRaw { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Key

TODO

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

ProviderPeers

The providers for a query.

Declaration
[ProtoMember(9)]
public DhtPeerMessage[] ProviderPeers { get; set; }
Property Value
Type Description
DhtPeerMessage[]
| Improve this Doc View Source

Record

TODO

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

Type

What type of message it is.

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