C# Class Universal.Torrent.Client.Messages.LibtorrentMessages.LTChat

Inheritance: ExtensionMessage
Afficher le fichier Open project: haroldma/Universal.Torrent

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 ( ) : Universal.Torrent.Bencoding
LTChat ( PeerId peer, string message ) : Universal.Torrent.Bencoding

Private Methods

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

LTChat() public méthode

public LTChat ( ) : Universal.Torrent.Bencoding
Résultat Universal.Torrent.Bencoding

LTChat() public méthode

public LTChat ( PeerId peer, string message ) : Universal.Torrent.Bencoding
peer Universal.Torrent.Client.PeerConnections.PeerId
message string
Résultat Universal.Torrent.Bencoding

Property Details

Support public_oe static_oe property

public static ExtensionSupport,Universal.Torrent.Client.Messages.LibtorrentMessages Support
Résultat ExtensionSupport