C# Class spaceconquest.HostScreen.MessageThread

显示文件 Open project: cclay/spaceconquest

Public Methods

Method Description
MessageThread ( Socket s, EndPoint e, String input ) : System
SendRecieve ( ) : void

Method Details

MessageThread() public method

public MessageThread ( Socket s, EndPoint e, String input ) : System
s Socket
e System.Net.EndPoint
input String
return System

SendRecieve() public method

public SendRecieve ( ) : void
return void