Is there possibility to find user name and IP who wants to calls WCF service? (but he/she is never authenticated).
I have:
System.Threading.Thread.CurrentPrincipal.Identity.Name;
System.ServiceModel.ServiceSecurityContext.Current.PrimaryIdentity.Name;
but this contains logged in users.