I am trying to create an UWP client and Server application. Both client and server are hosted on Different machines.
Network connection with UWP Apps
Using this link i was able to connect to the server and can send string from client to server. This piece is absolutely fine.
But now question is how to send the data from server to client. I could not find any proper sample . Can some one throw a light on sending data from server to the client.
Any piece of code or link is Much appreciated.