This class contains methods used to determine if the web services are available. They provide a wrapper for Apple example code used to ensure the device has access to the internet.
Inherits from NSObject*
Determines if the device is connected to the network.
+ (BOOL) connectedToNetwork
Gets the local IP address.
+ (NSString*) localIPAddress
Gets an IP address for a host.
+ (NSString*) getIPAddressForHost: (NSString*) theHost
Determines if a host is available.
+ (BOOL) hostAvailable: (NSString*) theHost
Gets an address from the string.
+ (BOOL)addressFromString:(NSString *)IPAddress address:(struct sockaddr_in *) address