Functions8 public, 0 private

publicstructgetDnsRecords
requiredstringhostname
Returns the IP address that is associated with the specified host name.
publicstringgetIPAddressByHostName
requiredstringhost
Returns the local IP address of the current machine.
publicstringgetOwnLocalIPAddress
Attempts to return the public IP address of the current machine.
publicstringgetOwnPublicIPAddress
Returns if the provided input is either a valid IPv4 or IPv6 address.
publicbooleanisIPAddress
requiredanyinput
Returns if the provided input is a valid IPv4 address.
publicbooleanisIPv4Address
requiredanyaddress
Returns if the provided input is a valid IPv6 address.
publicbooleanisIPv6Address
requiredanyaddress
Returns if the provided IPv4 address is in the local address range (class A, B or C).
publicbooleanisLocalIPAddress
requiredanyaddress