C# 클래스 Universal.Torrent.Dht.Message

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

보호된 프로퍼티들

프로퍼티 타입 설명
IdKey BEncodedString
Properties BEncodedDictionary

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Decode ( byte buffer, int offset, int length ) : void
Encode ( byte buffer, int offset ) : int
Handle ( DhtEngine engine, Node node ) : void

보호된 메소드들

메소드 설명
Message ( BEncodedDictionary dictionary ) : Universal.Torrent.Bencoding
Message ( BEncodedString messageType ) : Universal.Torrent.Bencoding

메소드 상세

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

Handle() 공개 메소드

public Handle ( DhtEngine engine, Node node ) : void
engine DhtEngine
node Node
리턴 void

Message() 보호된 메소드

protected Message ( BEncodedDictionary dictionary ) : Universal.Torrent.Bencoding
dictionary BEncodedDictionary
리턴 Universal.Torrent.Bencoding

Message() 보호된 메소드

protected Message ( BEncodedString messageType ) : Universal.Torrent.Bencoding
messageType BEncodedString
리턴 Universal.Torrent.Bencoding

프로퍼티 상세

IdKey 보호되어 있는 정적으로 프로퍼티

protected static BEncodedString IdKey
리턴 BEncodedString

Properties 보호되어 있는 프로퍼티

protected BEncodedDictionary Properties
리턴 BEncodedDictionary