C# Class Telegram.MTProto.TelegramDC

ファイルを表示 Open project: naphaso/kilogram Class Usage Examples

Public Methods

Method 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 method

public GetFileGateway ( ulong salt ) : Task
salt ulong
return Task

SaveFileAuthorization() public method

public SaveFileAuthorization ( auth_Authorization authorization ) : void
authorization auth_Authorization
return void

TelegramDC() public method

public TelegramDC ( ) : System
return System

TelegramDC() public method

public TelegramDC ( BinaryReader reader ) : System
reader System.IO.BinaryReader
return System

ToString() public method

public ToString ( ) : string
return string

read() public method

public read ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

write() public method

public write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void