Click or drag to resize

Network Constructor

Constructs a Network.

Namespace:  MaxMind.Db
Assembly:  MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntax
public Network(
	IPAddress ip,
	int prefixLength
)

Parameters

ip
Type: System.NetIPAddress
An IP address in the network. This does not have to be the first address in the network.
prefixLength
Type: SystemInt32
The prefix length for the network.
See Also