C# Class Telegram.MTProto.TelegramEndpoint

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

Méthodes publiques

Méthode Description
TelegramEndpoint ( BinaryReader reader ) : System
TelegramEndpoint ( string host, int port ) : System
ToString ( ) : string
read ( BinaryReader reader ) : void
write ( BinaryWriter writer ) : void

Method Details

TelegramEndpoint() public méthode

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

TelegramEndpoint() public méthode

public TelegramEndpoint ( string host, int port ) : System
host string
port int
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