C# Class Universal.Torrent.Client.Messages.StandardMessages.HandshakeMessage

Inheritance: PeerMessage
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
HandshakeMessage ( ) : System.Collections.Generic
HandshakeMessage ( InfoHash infoHash, string peerId, string protocolString ) : System.Collections.Generic
HandshakeMessage ( InfoHash infoHash, string peerId, string protocolString, bool enableFastPeer ) : System.Collections.Generic
HandshakeMessage ( InfoHash infoHash, string peerId, string protocolString, bool enableFastPeer, bool enableExtended ) : System.Collections.Generic
HandshakeMessage ( bool enableFastPeer ) : System.Collections.Generic

Creates a new HandshakeMessage

ToString ( ) : string

Private Methods

Méthode Description
CheckForSupports ( IReadOnlyList buffer, int &offset ) : void

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

HandshakeMessage() public méthode

public HandshakeMessage ( ) : System.Collections.Generic
Résultat System.Collections.Generic

HandshakeMessage() public méthode

public HandshakeMessage ( InfoHash infoHash, string peerId, string protocolString ) : System.Collections.Generic
infoHash InfoHash
peerId string
protocolString string
Résultat System.Collections.Generic

HandshakeMessage() public méthode

public HandshakeMessage ( InfoHash infoHash, string peerId, string protocolString, bool enableFastPeer ) : System.Collections.Generic
infoHash InfoHash
peerId string
protocolString string
enableFastPeer bool
Résultat System.Collections.Generic

HandshakeMessage() public méthode

public HandshakeMessage ( InfoHash infoHash, string peerId, string protocolString, bool enableFastPeer, bool enableExtended ) : System.Collections.Generic
infoHash InfoHash
peerId string
protocolString string
enableFastPeer bool
enableExtended bool
Résultat System.Collections.Generic

HandshakeMessage() public méthode

Creates a new HandshakeMessage
public HandshakeMessage ( bool enableFastPeer ) : System.Collections.Generic
enableFastPeer bool
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string