You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client Server Communication in .NET Core using sockets
This console application opens a server socket and a client socket, the server socket listens and accepts connections in loop and displays messages received from client socket in console, this is using TCP/IP communication based on IP and port.