Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

This is true if the IP address is a real IP address.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public bool IsAddressIncluded { get; }

Field Value

true if the UUID has IP address information.

Remarks

This is only false if two conditions are met: The UUID is generated, and it could not get an IP address (or one that is not a loopback/localhost address).

See Also