C# 클래스 Universal.Torrent.Dht.Messages.Queries.GetPeers

상속: QueryMessage
파일 보기 프로젝트 열기: haroldma/Universal.Torrent 1 사용 예제들

공개 메소드들

메소드 설명
GetPeers ( BEncodedDictionary d ) : Universal.Torrent.Bencoding
GetPeers ( NodeId id, NodeId infohash ) : Universal.Torrent.Bencoding
Handle ( DhtEngine engine, Node node ) : void

메소드 상세

GetPeers() 공개 메소드

public GetPeers ( BEncodedDictionary d ) : Universal.Torrent.Bencoding
d BEncodedDictionary
리턴 Universal.Torrent.Bencoding

GetPeers() 공개 메소드

public GetPeers ( NodeId id, NodeId infohash ) : Universal.Torrent.Bencoding
id NodeId
infohash NodeId
리턴 Universal.Torrent.Bencoding

Handle() 공개 메소드

public Handle ( DhtEngine engine, Node node ) : void
engine DhtEngine
node Node
리턴 void