Method |
Description |
|
AppendStatusText ( string text ) : void |
|
|
ConnectionEstablishedCallback ( INode remoteAddress, IConnection responseChannel ) : void |
|
|
ConnectionTerminatedCallback ( HeliosConnectionException reason, IConnection closedChannel ) : void |
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor. |
|
ReceivedDataCallback ( NetworkData incomingData, IConnection responseChannel ) : void |
|
|
btnConnect_Click ( object sender, EventArgs e ) : void |
|
|
btnDisconnect_Click ( object sender, EventArgs e ) : void |
|
|
btnSend_Click ( object sender, EventArgs e ) : void |
|
|