So basically it is as the title says: a "client-server" type program. Basically the objective is that a client has to query a server (actually just two projects that are "talking" on port 8888 right now...) about some quotes that the server has stored in an array.
The client has three options to input in a text box: '1' displays a random quote, '2' displays all quotes present and '3' displays a command list (what I am typing right now).
I am pretty new to C# so I am having trouble grasping how a string can effectively be read in the server project FROM the client project. (I will parse to an integer after the server reads the "text" value)
Forgive me if I am missing anything important -- I will be happy to provide you with anything you'd need
THANKS!
The client has three options to input in a text box: '1' displays a random quote, '2' displays all quotes present and '3' displays a command list (what I am typing right now).
I am pretty new to C# so I am having trouble grasping how a string can effectively be read in the server project FROM the client project. (I will parse to an integer after the server reads the "text" value)
Forgive me if I am missing anything important -- I will be happy to provide you with anything you'd need
THANKS!
