C# 클래스 OctoTorrent.Client.NullDhtEngine

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

공개 메소드들

메소드 설명
Add ( BEncodedList nodes ) : void
Announce ( InfoHash infohash, int port ) : void
Dispose ( ) : void
GetPeers ( InfoHash infohash ) : void
SaveNodes ( ) : byte[]
Start ( ) : void
Start ( byte initialNodes ) : void
Stop ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( BEncodedList nodes ) : void
nodes BEncodedList
리턴 void

Announce() 공개 메소드

public Announce ( InfoHash infohash, int port ) : void
infohash InfoHash
port int
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetPeers() 공개 메소드

public GetPeers ( InfoHash infohash ) : void
infohash InfoHash
리턴 void

SaveNodes() 공개 메소드

public SaveNodes ( ) : byte[]
리턴 byte[]

Start() 공개 메소드

public Start ( ) : void
리턴 void

Start() 공개 메소드

public Start ( byte initialNodes ) : void
initialNodes byte
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void