C# 클래스 Telegram.MTProto.TelegramDC

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

공개 메소드들

메소드 설명
GetFileGateway ( ulong salt ) : Task
SaveFileAuthorization ( auth_Authorization authorization ) : void
TelegramDC ( ) : System
TelegramDC ( BinaryReader reader ) : System
ToString ( ) : string
read ( BinaryReader reader ) : void
write ( BinaryWriter writer ) : void

메소드 상세

GetFileGateway() 공개 메소드

public GetFileGateway ( ulong salt ) : Task
salt ulong
리턴 Task

SaveFileAuthorization() 공개 메소드

public SaveFileAuthorization ( auth_Authorization authorization ) : void
authorization auth_Authorization
리턴 void

TelegramDC() 공개 메소드

public TelegramDC ( ) : System
리턴 System

TelegramDC() 공개 메소드

public TelegramDC ( BinaryReader reader ) : System
reader System.IO.BinaryReader
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

read() 공개 메소드

public read ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

write() 공개 메소드

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