C# 클래스 OctoTorrent.Dht.Tasks.AnnounceTask

상속: Task
파일 보기 프로젝트 열기: Eskat0n/OctoTorrent

공개 메소드들

메소드 설명
AnnounceTask ( DhtEngine engine, InfoHash infoHash, int port ) : System
AnnounceTask ( DhtEngine engine, NodeId infoHash, int port ) : System
Execute ( ) : void

비공개 메소드들

메소드 설명
GotPeers ( object o, TaskCompleteEventArgs e ) : void
SentAnnounce ( object o, TaskCompleteEventArgs e ) : void

메소드 상세

AnnounceTask() 공개 메소드

public AnnounceTask ( DhtEngine engine, InfoHash infoHash, int port ) : System
engine DhtEngine
infoHash InfoHash
port int
리턴 System

AnnounceTask() 공개 메소드

public AnnounceTask ( DhtEngine engine, NodeId infoHash, int port ) : System
engine DhtEngine
infoHash NodeId
port int
리턴 System

Execute() 공개 메소드

public Execute ( ) : void
리턴 void