C# Class Universal.Torrent.Dht.Message

Inheritance: Universal.Torrent.Client.Messages.Message
Afficher le fichier Open project: haroldma/Universal.Torrent 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, Node node ) : void

Méthodes protégées

Méthode Description
Message ( BEncodedDictionary dictionary ) : Universal.Torrent.Bencoding
Message ( BEncodedString messageType ) : Universal.Torrent.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, Node node ) : void
engine DhtEngine
node Node
Résultat void

Message() protected méthode

protected Message ( BEncodedDictionary dictionary ) : Universal.Torrent.Bencoding
dictionary BEncodedDictionary
Résultat Universal.Torrent.Bencoding

Message() protected méthode

protected Message ( BEncodedString messageType ) : Universal.Torrent.Bencoding
messageType BEncodedString
Résultat Universal.Torrent.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