Click or drag to resize

Network Class

Network represents an IP network.
Inheritance Hierarchy
SystemObject
  MaxMind.DbNetwork

Namespace:  MaxMind.Db
Assembly:  MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntax
public sealed class Network

The Network type exposes the following members.

Constructors
  NameDescription
Public methodNetwork
Constructs a Network.
Top
Properties
  NameDescription
Public propertyNetworkAddress
The first address in the network.
Public propertyPrefixLength
The prefix length is the number of leading 1 bits in the subnet mask. Sometimes also known as netmask length.
Top
Methods
See Also