C# Class SkyNet.Client

Afficher le fichier Open project: hipolipolopigus/SkyNet_Old

Méthodes publiques

Méthode Description
Client ( ) : System
Connect ( string Server, int Port, string Name, string Password ) : void
SendUpdate ( ) : void

Method Details

Client() public méthode

public Client ( ) : System
Résultat System

Connect() public méthode

public Connect ( string Server, int Port, string Name, string Password ) : void
Server string
Port int
Name string
Password string
Résultat void

SendUpdate() public méthode

public SendUpdate ( ) : void
Résultat void