How do I write a C# program to check if a port is open in a remote machine from a server?
- i.e access the server first and then check if a port is open/closed in another machine from there
- I'm aware of the new TcpClient(hostname, port) command; but do not know how to do that from a server.