C# Class Telegram.MTProto.TelegramDC

Afficher le fichier Open project: naphaso/kilogram Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

GetFileGateway() public méthode

public GetFileGateway ( ulong salt ) : Task
salt ulong
Résultat Task

SaveFileAuthorization() public méthode

public SaveFileAuthorization ( auth_Authorization authorization ) : void
authorization auth_Authorization
Résultat void

TelegramDC() public méthode

public TelegramDC ( ) : System
Résultat System

TelegramDC() public méthode

public TelegramDC ( BinaryReader reader ) : System
reader System.IO.BinaryReader
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

read() public méthode

public read ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

write() public méthode

public write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void