C# 클래스 OctoTorrent.Dht.Messages.FindNode

상속: OctoTorrent.Dht.Messages.QueryMessage
파일 보기 프로젝트 열기: Eskat0n/OctoTorrent 1 사용 예제들

공개 메소드들

메소드 설명
FindNode ( BEncodedDictionary d ) : System
FindNode ( NodeId id, NodeId target ) : System
Handle ( DhtEngine engine, Node node ) : void

메소드 상세

FindNode() 공개 메소드

public FindNode ( BEncodedDictionary d ) : System
d BEncodedDictionary
리턴 System

FindNode() 공개 메소드

public FindNode ( NodeId id, NodeId target ) : System
id NodeId
target NodeId
리턴 System

Handle() 공개 메소드

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