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

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

Public Properties

Property Type Description
Support ExtensionSupport

Private Properties

Property Type Description

Public Methods

Method Description
Decode ( byte buffer, int offset, int length ) : void
Encode ( byte buffer, int offset ) : int
LTMetadata ( ) : System
LTMetadata ( PeerId id, eMessageType type, int piece ) : System
LTMetadata ( PeerId id, eMessageType type, int piece, byte metadata ) : System
LTMetadata ( byte extensionId, eMessageType type, int piece, byte metadata ) : System

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

LTMetadata() public method

public LTMetadata ( ) : System
return System

LTMetadata() public method

public LTMetadata ( PeerId id, eMessageType type, int piece ) : System
id Universal.Torrent.Client.PeerConnections.PeerId
type eMessageType
piece int
return System

LTMetadata() public method

public LTMetadata ( PeerId id, eMessageType type, int piece, byte metadata ) : System
id Universal.Torrent.Client.PeerConnections.PeerId
type eMessageType
piece int
metadata byte
return System

LTMetadata() public method

public LTMetadata ( byte extensionId, eMessageType type, int piece, byte metadata ) : System
extensionId byte
type eMessageType
piece int
metadata byte
return System

Property Details

Support public_oe static_oe property

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