C# 클래스 Universal.Torrent.Client.Messages.UdpTrackerMessages.ScrapeResponseMessage

상속: UdpTrackerMessage
파일 보기 프로젝트 열기: haroldma/Universal.Torrent 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( byte buffer, int offset, int length ) : void
Encode ( byte buffer, int offset ) : int
ScrapeResponseMessage ( ) : System.Collections.Generic
ScrapeResponseMessage ( int transactionId, List scrapes ) : 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

ScrapeResponseMessage() 공개 메소드

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

ScrapeResponseMessage() 공개 메소드

public ScrapeResponseMessage ( int transactionId, List scrapes ) : System.Collections.Generic
transactionId int
scrapes List
리턴 System.Collections.Generic