C# 클래스 Universal.Torrent.Dht.Tasks.AnnounceTask

상속: Task
파일 보기 프로젝트 열기: haroldma/Universal.Torrent

공개 메소드들

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

비공개 메소드들

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

메소드 상세

AnnounceTask() 공개 메소드

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

AnnounceTask() 공개 메소드

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

Execute() 공개 메소드

public Execute ( ) : void
리턴 void