|
BroSubnetIsIPv4MappedAddress Property |
Gets flag that determines if this
BroSubnet is based on an IPv4-mapped address.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public bool IsIPv4MappedAddress { get; }
Public ReadOnly Property IsIPv4MappedAddress As Boolean
Get
member IsIPv4MappedAddress : bool with get
/** @property */
public boolean get_IsIPv4MappedAddress()
function get_IsIPv4MappedAddress();
Property Value
Type:
BooleanRemarks
This property returns equivalent value to Broccoli bro_util_is_v4_addr API function.
See Also