C# Class LaunchServer.LoginPacket

Inheritance: Packet
Afficher le fichier Open project: N3X15/MineEdit

Méthodes publiques

Méthode Description
LoginPacket ( ) : System
Read ( System &stream ) : void
ToString ( ) : string
Write ( System &stream ) : void

Method Details

LoginPacket() public méthode

public LoginPacket ( ) : System
Résultat System

Read() public méthode

public Read ( System &stream ) : void
stream System
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( System &stream ) : void
stream System
Résultat void