C# Class spaceconquest.Client.ClientThread

Mostra file Open project: cclay/spaceconquest

Public Methods

Method Description
ClientThread ( Socket s, EndPoint e, List c, System.Result r ) : System
ClientThread ( Socket s, EndPoint e, SlaveDriver sd, System.Result r ) : System
SendRecieve ( ) : void

Method Details

ClientThread() public method

public ClientThread ( Socket s, EndPoint e, List c, System.Result r ) : System
s Socket
e System.Net.EndPoint
c List
r System.Result
return System

ClientThread() public method

public ClientThread ( Socket s, EndPoint e, SlaveDriver sd, System.Result r ) : System
s Socket
e System.Net.EndPoint
sd SlaveDriver
r System.Result
return System

SendRecieve() public method

public SendRecieve ( ) : void
return void