[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(
string subnet,
bool mapToIPv6 = false
)
public Subnet(
string subnet,
bool mapToIPv6 = false
)
Public Sub New (
subnet As String,
Optional mapToIPv6 As Boolean = false
)
Public Sub New (
subnet As String,
Optional mapToIPv6 As Boolean = false
)
public:
Subnet(
String^ subnet,
bool mapToIPv6 = false
)
public:
Subnet(
String^ subnet,
bool mapToIPv6 = false
)
new :
subnet : string *
?mapToIPv6 : bool
(* Defaults:
let _mapToIPv6 = defaultArg mapToIPv6 false
*)
-> Subnet
new :
subnet : string *
?mapToIPv6 : bool
(* Defaults:
let _mapToIPv6 = defaultArg mapToIPv6 false
*)
-> Subnet