C# Class Havenborough_Launcher.GameList

显示文件 Open project: Torkelz/Havenborough

Public Methods

Method Description
GameList ( ) : System
Refresh ( string host, int port ) : void

Private Methods

Method Description
Connect ( string host, int port ) : Socket
ReadResponse ( Socket clientSocket ) : byte[]
ReceiveAll ( Socket clientSocket, byte buffer, int size ) : void
SendRequest ( Socket clientSocket ) : void
TranslateData ( byte data ) : Game[]

Method Details

GameList() public method

public GameList ( ) : System
return System

Refresh() public method

public Refresh ( string host, int port ) : void
host string
port int
return void