I was asked: "How can I call into a Windows Service to get it's status?" A little more background said that status was to be retrieved by clients (a website) on the same machine. My response was to use WCF with the NetNamedPipeBinding. Since the recipient of my response, by his own accord...