IPRange Constructor (IPAddress, IPAddress)NetworkComms.Net Help
Initialise an IPRange using the provided address and subnet mask.

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public IPRange(
	IPAddress address,
	IPAddress subnetmask
)

Parameters

address
Type: OnlineSystem.Net IPAddress
The address range to create
subnetmask
Type: OnlineSystem.Net IPAddress
The subnet mask that specifies the network-identifying portion of the address
See Also