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

Inheritance: ExtensionMessage
Mostrar archivo Open project: haroldma/Universal.Torrent

Public Properties

Property Type Description
Support ExtensionSupport

Public Methods

Method 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

Method Description
LTChat ( byte messageId, string message ) : Universal.Torrent.Bencoding

Method Details

Decode() public method

public Decode ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
return void

Encode() public method

public Encode ( byte buffer, int offset ) : int
buffer byte
offset int
return int

LTChat() public method

public LTChat ( ) : Universal.Torrent.Bencoding
return Universal.Torrent.Bencoding

LTChat() public method

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

Property Details

Support public_oe static_oe property

public static ExtensionSupport,Universal.Torrent.Client.Messages.LibtorrentMessages Support
return ExtensionSupport