tags:

views:

74

answers:

1

I want to be able to monitor the IP address and log it to file using C# , is this possible and how

+3  A: 

Take a look at the NetworkAddressChanged event.

Scott Ivey