Is there a network API call that I can use throughout my application that
will return the status of the network? (i.e. whether is is going down,
still up and running , etc)
My application requires me to transmitted information from one computer to
another via the network and I need a way to check to make sure the network
is still up and running
Help!