views:

134

answers:

1

Does anybody know how can I get IP address of client with RIA services. In WCF we have OperationContext for that. But it doesn't work with RIA services.

+1  A: 

You can use HttpContext.Current and APIs off of that today...

NikhilK