Socket programming is not easy, but you can start by looking at the sample code in the IPEndPoint class (part of the System.Net namespace). It shows opening a socket to a remote server and retreiving the contents of the homepage there. Only difference is instead of using port 80 in the IPAddress constructor, you'd use your port 2000.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.