C# 클래스 Telegram.MTProto.Components.EncryptedChats

파일 보기 프로젝트 열기: naphaso/kilogram 1 사용 예제들

공개 메소드들

메소드 설명
CalculateKeyFingerprint ( byte key ) : long
CreateChatRequest ( InputUser user ) : System.Threading.Tasks.Task
EncryptedChats ( TelegramSession session ) : System
EncryptedChats ( TelegramSession session, BinaryReader reader ) : System
UpdateChat ( EncryptedChat chat, byte a = null ) : void
UpdateChat ( EncryptedChatConstructor chat, byte a ) : void
UpdateChat ( EncryptedChatDiscardedConstructor chat, byte a ) : void
UpdateChat ( EncryptedChatRequestedConstructor chat, byte a ) : void
UpdateChat ( EncryptedChatWaitingConstructor chat, byte a ) : void
UpdateChatHandler ( EncryptedChat chat ) : void
Write ( BinaryWriter writer ) : void

비공개 메소드들

메소드 설명
CreateChatResponse ( EncryptedChatRequestedConstructor chat ) : System.Threading.Tasks.Task
GetSaltedRandomBytes ( int bytesCount, byte salt, int offset ) : byte[]
Read ( BinaryReader reader ) : void

메소드 상세

CalculateKeyFingerprint() 공개 정적인 메소드

public static CalculateKeyFingerprint ( byte key ) : long
key byte
리턴 long

CreateChatRequest() 공개 메소드

public CreateChatRequest ( InputUser user ) : System.Threading.Tasks.Task
user InputUser
리턴 System.Threading.Tasks.Task

EncryptedChats() 공개 메소드

public EncryptedChats ( TelegramSession session ) : System
session TelegramSession
리턴 System

EncryptedChats() 공개 메소드

public EncryptedChats ( TelegramSession session, BinaryReader reader ) : System
session TelegramSession
reader System.IO.BinaryReader
리턴 System

UpdateChat() 공개 메소드

public UpdateChat ( EncryptedChat chat, byte a = null ) : void
chat EncryptedChat
a byte
리턴 void

UpdateChat() 공개 메소드

public UpdateChat ( EncryptedChatConstructor chat, byte a ) : void
chat EncryptedChatConstructor
a byte
리턴 void

UpdateChat() 공개 메소드

public UpdateChat ( EncryptedChatDiscardedConstructor chat, byte a ) : void
chat EncryptedChatDiscardedConstructor
a byte
리턴 void

UpdateChat() 공개 메소드

public UpdateChat ( EncryptedChatRequestedConstructor chat, byte a ) : void
chat EncryptedChatRequestedConstructor
a byte
리턴 void

UpdateChat() 공개 메소드

public UpdateChat ( EncryptedChatWaitingConstructor chat, byte a ) : void
chat EncryptedChatWaitingConstructor
a byte
리턴 void

UpdateChatHandler() 공개 메소드

public UpdateChatHandler ( EncryptedChat chat ) : void
chat EncryptedChat
리턴 void

Write() 공개 메소드

public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void