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

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

공개 메소드들

메소드 설명
DecodeMessage ( byte buffer, int offset, int count, MessageType type ) : UdpTrackerMessage

보호된 메소드들

메소드 설명
ThrowInvalidActionException ( ) : void
UdpTrackerMessage ( int action, int transactionId ) : Universal.Torrent.Client.Exceptions

메소드 상세

DecodeMessage() 공개 정적인 메소드

public static DecodeMessage ( byte buffer, int offset, int count, MessageType type ) : UdpTrackerMessage
buffer byte
offset int
count int
type MessageType
리턴 UdpTrackerMessage

ThrowInvalidActionException() 보호된 정적인 메소드

protected static ThrowInvalidActionException ( ) : void
리턴 void

UdpTrackerMessage() 보호된 메소드

protected UdpTrackerMessage ( int action, int transactionId ) : Universal.Torrent.Client.Exceptions
action int
transactionId int
리턴 Universal.Torrent.Client.Exceptions