C# Class spaceconquest.Host.HostThread

显示文件 Open project: cclay/spaceconquest

Public Properties

Property Type Description
streamlist List

Public Methods

Method Description
HostThread ( Socket s, EndPoint e, List c, System.Result r, int n ) : System
HostThread ( Socket s, EndPoint e, Map m, System.Result r, int n ) : System
SendRecieve ( ) : void

Method Details

HostThread() public method

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

HostThread() public method

public HostThread ( Socket s, EndPoint e, Map m, System.Result r, int n ) : System
s Socket
e System.Net.EndPoint
m Map
r System.Result
n int
return System

SendRecieve() public method

public SendRecieve ( ) : void
return void

Property Details

streamlist public_oe static_oe property

public static List streamlist
return List