As the title suggests, I'd like to know if it's possible to get a list of System.Net.IPEndPoint on a remote server.
I know this can be done on a local machine using ipGlobalProperties.GetActiveTcpListeners as I've done it, but as far as I can tell, ipGlobalProperties is for the local machine only.
Instead of deploying our application to all of our servers, we'd like to centralise it and have it monitor active listeners across out network for a given list of servers.