Hi,
I'm using custom UserNameSecurityTokenHandler for UserNameSecurityToken validation in WCF.
Here I make token validation, and if token is valid that I return some claim, one of claim should be client IP address that I need later on.
How can I get client IP address from there?