I have built a WCF service using C# that is running on Windows server 2016.
I need to know when this WCF was called from the client, and who called it (for example the IP)
Is there a way to do this? I have tried to check the event viewer, and the IIS, but did not get to know how. Thanks,