I'm trying to figure out a way to get a Silverlight Client to be aware of the IP address of the current user. I've seen this information similarly before, but in reference to passing it back to the server, which is different from my purpose.
I'm trying to write a simple app that changes the source of the MediaElement depending on the IP address of the user. Hence, the IP address is only needed on the client side.
Is there a way to find out the IP address without using a webservice? If I must use a webservice, which one would be good to use?