C# Class TCPClient, storyspace

显示文件 Open project: personal-robots/storyspace Class Usage Examples

Public Methods

Method Description
SendMessage ( String msg ) : bool
TCPClient ( ) : System
run ( string IP ) : void

Private Methods

Method Description
ReadFromServer ( IAsyncResult ar ) : void
SendToServer ( String msg ) : bool

Method Details

SendMessage() public method

public SendMessage ( String msg ) : bool
msg String
return bool

TCPClient() public method

public TCPClient ( ) : System
return System

run() public method

public run ( string IP ) : void
IP string
return void