Initialise an IPRange using the provided address and subnet mask.
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- address
- Type: System.Net IPAddress
The address range to create
- subnetmask
- Type: System.Net IPAddress
The subnet mask that specifies the network-identifying portion of the address
See Also