C# Class SkyNet.Client

Show file Open project: hipolipolopigus/SkyNet_Old

Public Methods

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

Method Details

Client() public method

public Client ( ) : System
return System

Connect() public method

public Connect ( string Server, int Port, string Name, string Password ) : void
Server string
Port int
Name string
Password string
return void

SendUpdate() public method

public SendUpdate ( ) : void
return void