C# Класс Universal.Torrent.Client.Messages.StandardMessages.HandshakeMessage

Наследование: PeerMessage
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
CheckForSupports ( IReadOnlyList buffer, int &offset ) : void

Описание методов

Decode() публичный Метод

public Decode ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
Результат void

Encode() публичный Метод

public Encode ( byte buffer, int offset ) : int
buffer byte
offset int
Результат int

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

HandshakeMessage() публичный Метод

public HandshakeMessage ( ) : System.Collections.Generic
Результат System.Collections.Generic

HandshakeMessage() публичный Метод

public HandshakeMessage ( InfoHash infoHash, string peerId, string protocolString ) : System.Collections.Generic
infoHash InfoHash
peerId string
protocolString string
Результат System.Collections.Generic

HandshakeMessage() публичный Метод

public HandshakeMessage ( InfoHash infoHash, string peerId, string protocolString, bool enableFastPeer ) : System.Collections.Generic
infoHash InfoHash
peerId string
protocolString string
enableFastPeer bool
Результат System.Collections.Generic

HandshakeMessage() публичный Метод

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
Результат System.Collections.Generic

HandshakeMessage() публичный Метод

Creates a new HandshakeMessage
public HandshakeMessage ( bool enableFastPeer ) : System.Collections.Generic
enableFastPeer bool
Результат System.Collections.Generic

ToString() публичный Метод

public ToString ( ) : string
Результат string