C# Class Universal.Torrent.Client.Messages.FastPeerExtensions.HaveAllMessage

Inheritance: PeerMessage, IFastPeerMessage
Afficher le fichier Open project: haroldma/Universal.Torrent Class Usage Examples

Méthodes publiques

Méthode Description
Decode ( byte buffer, int offset, int length ) : void
Encode ( byte buffer, int offset ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

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

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string