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

Inheritance: ExtensionMessage
Exibir arquivo Open project: Eskat0n/OctoTorrent Class Usage Examples

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 ( ) : BEncoding
LTChat ( PeerId peer, string message ) : BEncoding

Private Methods

Method Description
LTChat ( byte messageId, string message ) : 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 ( ) : BEncoding
return BEncoding

LTChat() public method

public LTChat ( PeerId peer, string message ) : BEncoding
peer PeerId
message string
return BEncoding

Property Details

Support public_oe static_oe property

public static ExtensionSupport Support
return ExtensionSupport