C# Class OctoTorrent.Client.Messages.Libtorrent.LTChat

Inheritance: ExtensionMessage
Afficher le fichier Open project: Eskat0n/OctoTorrent Class Usage Examples

Méthodes publiques

Свойство Type Description
Support ExtensionSupport

Méthodes publiques

Méthode Description
Decode ( byte buffer, int offset, int length ) : void
Encode ( byte buffer, int offset ) : int
LTChat ( ) : BEncoding
LTChat ( PeerId peer, string message ) : BEncoding

Private Methods

Méthode Description
LTChat ( byte messageId, string message ) : 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

LTChat() public méthode

public LTChat ( ) : BEncoding
Résultat BEncoding

LTChat() public méthode

public LTChat ( PeerId peer, string message ) : BEncoding
peer PeerId
message string
Résultat BEncoding

Property Details

Support public_oe static_oe property

public static ExtensionSupport Support
Résultat ExtensionSupport