What is the best way to determine if there is a network connection available?
|
9
|
|
|
|
|
|
You can check for a network connection in .NET 2.0 using
To monitor changes in IP address or changes in network availability use the events from the NetworkChange class:
|
|||
|
|
