[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.GeoLookupAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public static IEnumerable<bool> Enumerate(
IPAddress address,
int CIDR = -1,
bool mapToIPv6 = false
)
public static IEnumerable<bool> Enumerate(
IPAddress address,
int CIDR = -1,
bool mapToIPv6 = false
)
Public Shared Function Enumerate (
address As IPAddress,
Optional CIDR As Integer = -1,
Optional mapToIPv6 As Boolean = false
) As IEnumerable(Of Boolean)
Public Shared Function Enumerate (
address As IPAddress,
Optional CIDR As Integer = -1,
Optional mapToIPv6 As Boolean = false
) As IEnumerable(Of Boolean)
public:
static IEnumerable<bool>^ Enumerate(
IPAddress^ address,
int CIDR = -1,
bool mapToIPv6 = false
)
public:
static IEnumerable<bool>^ Enumerate(
IPAddress^ address,
int CIDR = -1,
bool mapToIPv6 = false
)
static member Enumerate :
address : IPAddress *
?CIDR : int *
?mapToIPv6 : bool
(* Defaults:
let _CIDR = defaultArg CIDR -1
let _mapToIPv6 = defaultArg mapToIPv6 false
*)
-> IEnumerable<bool>
static member Enumerate :
address : IPAddress *
?CIDR : int *
?mapToIPv6 : bool
(* Defaults:
let _CIDR = defaultArg CIDR -1
let _mapToIPv6 = defaultArg mapToIPv6 false
*)
-> IEnumerable<bool>
Return Value
Type:
IEnumerable
Boolean