TransportIsLocalAddress Method
            Determines if an IP address (or DNS name) is a local IP address. Method could fail if machine has DNS issues.
            
Namespace: Gemstone.CommunicationAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.150 -- Release Build+db91167944c21f6f51e864f1e794cb2c48194ae6
public static bool IsLocalAddress(
	string hostNameOrAddress
)
Public Shared Function IsLocalAddress ( 
	hostNameOrAddress As String
) As Boolean
public:
static bool IsLocalAddress(
	String^ hostNameOrAddress
)
Gemstone.Communication.Transport.IsLocalAddress = function(hostNameOrAddress);
- hostNameOrAddress  String
- DNS name or IP address to test.
Booleantrue if 
hostNameOrAddress is a local IP address; otherwise 
false.