Client Socket Programming using C#.Net for Beginner
Now starts for Client part of socket application. Now I will show a simple client socket with an example: You have to follow just few steps these are: I. Create a Ip address object with Server Ip using Dns. IPAddress []ipAddress= Dns.GetHostAddresses(“localhost”); II. Again built an IPEndPoint with that IPAddress …