I have a WCF service that is hosted via IIS on multiple web servers. I have a logging method that logs the calls to the database and I'd like to log which server the call is executing on.
Does anyone know how to get the Host server name or ip address that the WCF call is executing on?