Hi all, I've been working on a client/server program for a good while now and can't understand the online help libraries offered from the MSDN site!
I am using the Visual C# 8 Express version for .NET.
The user enters information into the client side applications and presses a send button. The message then gets sent to the server side application. The server-side application is activated when server user activates the server with a start button...
The trouble I am having is many of the functions I have found online for socket programming are deprecated and so cannot be used for my application...
I've found some other solutionsto the problem but they are presented in a way that I really don't understand!
(IPAddress ipaddr, int port)
Would anyone be able to tell me how I can send a simple string from a client application to a listening server application?
FYI, I'm developing both the client and the server applications on my local machine.
Thanks for reading, and thanks in advance for any help given!