vote up 4 vote down star

Is there a way to watch for changes in the ip-address much the same as it is possible to watch for changes to files using the FileSystemWatcher? I'm connecting to a machine via tcp/ip but it takes a while until it gives me an ip-address. I would like to dim out the connect button until I have a valid ip-address.

flag

2 Answers

vote up 6 vote down check

Check NetworkChange class. It raises an event when a network address changes.

link|flag
vote up 6 vote down

For reference, here's a link to the NetworkChange class documentation that Biri mentioned.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.