메소드 | 설명 | |
---|---|---|
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 |
public Decode ( byte buffer, int offset, int length ) : void | ||
buffer | byte | |
offset | int | |
length | int | |
리턴 | void |
public HandshakeMessage ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public HandshakeMessage ( InfoHash infoHash, string peerId, string protocolString ) : System.Collections.Generic | ||
infoHash | InfoHash | |
peerId | string | |
protocolString | string | |
리턴 | System.Collections.Generic |
public HandshakeMessage ( InfoHash infoHash, string peerId, string protocolString, bool enableFastPeer ) : System.Collections.Generic | ||
infoHash | InfoHash | |
peerId | string | |
protocolString | string | |
enableFastPeer | bool | |
리턴 | System.Collections.Generic |
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 |
public HandshakeMessage ( bool enableFastPeer ) : System.Collections.Generic | ||
enableFastPeer | bool | |
리턴 | System.Collections.Generic |