Implemented the server form. Client <-> Server interaction actually works.
Fixed a few bugs in the CustomServer - wasn't configuring the listen socket correctly, doing read/write operations from the wrong socket, etc. Reworked how the CustomConnection class handles serialization. Added Disconnected events to the sample's CustomConnection and CustomServer classes so the forms could reset state.
This commit is contained in:
1
TestClient/Form1.Designer.cs
generated
1
TestClient/Form1.Designer.cs
generated
@@ -75,6 +75,7 @@
|
||||
this.serverTextBox.Name = "serverTextBox";
|
||||
this.serverTextBox.Size = new System.Drawing.Size(137, 20);
|
||||
this.serverTextBox.TabIndex = 2;
|
||||
this.serverTextBox.Text = "localhost";
|
||||
//
|
||||
// portNumeric
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user