Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IP address in Silverlight

Is there a way to get the IP address of a client in Silverlight if my Silverlight control is hosted in HTML?

like image 712
Usman Masood Avatar asked May 13 '09 14:05

Usman Masood


1 Answers

As far as I know there are no direct ways to do this. May be you can create a WebMethod to achieve this. Or some other tricks.

Check this thread, there are some suggestions: http://silverlight.net/forums/t/34744.aspx

like image 143
NinethSense Avatar answered Nov 04 '22 22:11

NinethSense