C# 클래스 OctoTorrent.Client.Messages.UdpTracker.ScrapeMessage

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

공개 메소드들

메소드 설명
Decode ( byte buffer, int offset, int length ) : void
Encode ( byte buffer, int offset ) : int
ScrapeMessage ( ) : System.Collections.Generic
ScrapeMessage ( int transactionId, long connectionId, List infoHashes ) : System.Collections.Generic

메소드 상세

Decode() 공개 메소드

public Decode ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
리턴 void

Encode() 공개 메소드

public Encode ( byte buffer, int offset ) : int
buffer byte
offset int
리턴 int

ScrapeMessage() 공개 메소드

public ScrapeMessage ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ScrapeMessage() 공개 메소드

public ScrapeMessage ( int transactionId, long connectionId, List infoHashes ) : System.Collections.Generic
transactionId int
connectionId long
infoHashes List
리턴 System.Collections.Generic