C# 클래스 OctoTorrent.Dht.Messages.Message

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

보호된 프로퍼티들

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

보호된 메소드들

메소드 설명
Message ( BEncodedDictionary dictionary ) : BEncoding
Message ( BEncodedValue messageType ) : 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, Common.Node node ) : void
engine DhtEngine
node Common.Node
리턴 void

Message() 보호된 메소드

protected Message ( BEncodedDictionary dictionary ) : BEncoding
dictionary BEncodedDictionary
리턴 BEncoding

Message() 보호된 메소드

protected Message ( BEncodedValue messageType ) : BEncoding
messageType BEncodedValue
리턴 BEncoding

프로퍼티 상세

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

protected static BEncodedString IdKey
리턴 BEncodedString

Properties 보호되어 있는 프로퍼티

protected BEncodedDictionary Properties
리턴 BEncodedDictionary