C# Class OctoTorrent.Dht.Messages.Message

Inheritance: OctoTorrent.Client.Messages.Message
Afficher le fichier Open project: Eskat0n/OctoTorrent Class Usage Examples

Protected Properties

Свойство Type Description
IdKey BEncodedString
Properties BEncodedDictionary

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Decode ( byte buffer, int offset, int length ) : void
Encode ( byte buffer, int offset ) : int
Handle ( DhtEngine engine, Common.Node node ) : void

Méthodes protégées

Méthode Description
Message ( BEncodedDictionary dictionary ) : BEncoding
Message ( BEncodedValue messageType ) : BEncoding

Method Details

Decode() public méthode

public Decode ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
Résultat void

Encode() public méthode

public Encode ( byte buffer, int offset ) : int
buffer byte
offset int
Résultat int

Handle() public méthode

public Handle ( DhtEngine engine, Common.Node node ) : void
engine DhtEngine
node Common.Node
Résultat void

Message() protected méthode

protected Message ( BEncodedDictionary dictionary ) : BEncoding
dictionary BEncodedDictionary
Résultat BEncoding

Message() protected méthode

protected Message ( BEncodedValue messageType ) : BEncoding
messageType BEncodedValue
Résultat BEncoding

Property Details

IdKey protected_oe static_oe property

protected static BEncodedString IdKey
Résultat BEncodedString

Properties protected_oe property

protected BEncodedDictionary Properties
Résultat BEncodedDictionary