-2

I have searched a lot to get this dynamic IP address assigned by my ISP using C#

none have turn out

So, how can i get the dynamic IP address assigned by my ISP using C# ?

  • possible duplicate of [c# Get public/external IP address?](http://stackoverflow.com/questions/3253701/c-sharp-get-public-external-ip-address) – Mark Schultheiss Apr 25 '13 at 20:38

1 Answers1

0

Works by querying external websites like;

lynx --dump http://ipecho.net/plain
dza
  • 1,478
  • 2
  • 13
  • 24