[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Subnet class
Namespace: NFX.Web.GeoLookupAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public Subnet(
IPAddress address,
int cidr = -1,
bool mapToIPv6 = false
)
public Subnet(
IPAddress address,
int cidr = -1,
bool mapToIPv6 = false
)
Public Sub New (
address As IPAddress,
Optional cidr As Integer = -1,
Optional mapToIPv6 As Boolean = false
)
Public Sub New (
address As IPAddress,
Optional cidr As Integer = -1,
Optional mapToIPv6 As Boolean = false
)
public:
Subnet(
IPAddress^ address,
int cidr = -1,
bool mapToIPv6 = false
)
public:
Subnet(
IPAddress^ address,
int cidr = -1,
bool mapToIPv6 = false
)
new :
address : IPAddress *
?cidr : int *
?mapToIPv6 : bool
(* Defaults:
let _cidr = defaultArg cidr -1
let _mapToIPv6 = defaultArg mapToIPv6 false
*)
-> Subnet
new :
address : IPAddress *
?cidr : int *
?mapToIPv6 : bool
(* Defaults:
let _cidr = defaultArg cidr -1
let _mapToIPv6 = defaultArg mapToIPv6 false
*)
-> Subnet