C# 클래스 OctoTorrent.Dht.Messages.Message
파일 보기
프로젝트 열기: Eskat0n/OctoTorrent
1 사용 예제들
보호된 프로퍼티들
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 |
|
|
메소드 상세
public Decode ( byte buffer, int offset, int length ) : void |
buffer |
byte |
|
offset |
int |
|
length |
int |
|
리턴 |
void |
|
public Encode ( byte buffer, int offset ) : int |
buffer |
byte |
|
offset |
int |
|
리턴 |
int |
|
public Handle ( DhtEngine engine, Common.Node node ) : void |
engine |
DhtEngine |
|
node |
Common.Node |
|
리턴 |
void |
|
protected Message ( BEncodedDictionary dictionary ) : BEncoding |
dictionary |
BEncodedDictionary |
|
리턴 |
BEncoding |
|
protected Message ( BEncodedValue messageType ) : BEncoding |
messageType |
BEncodedValue |
|
리턴 |
BEncoding |
|
프로퍼티 상세
protected static BEncodedString IdKey |
리턴 |
BEncodedString |
|
protected BEncodedDictionary Properties |
리턴 |
BEncodedDictionary |
|