C# 클래스 OctoTorrent.Client.Messages.Libtorrent.LTChat

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

공개 프로퍼티들

프로퍼티 타입 설명
Support ExtensionSupport

공개 메소드들

메소드 설명
Decode ( byte buffer, int offset, int length ) : void
Encode ( byte buffer, int offset ) : int
LTChat ( ) : BEncoding
LTChat ( PeerId peer, string message ) : BEncoding

비공개 메소드들

메소드 설명
LTChat ( byte messageId, string message ) : 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

LTChat() 공개 메소드

public LTChat ( ) : BEncoding
리턴 BEncoding

LTChat() 공개 메소드

public LTChat ( PeerId peer, string message ) : BEncoding
peer PeerId
message string
리턴 BEncoding

프로퍼티 상세

Support 공개적으로 정적으로 프로퍼티

public static ExtensionSupport Support
리턴 ExtensionSupport