|
BroSubnet Constructor (IPAddress, UInt32) |
Creates a new
BroSubnet from existing IP
address and
width.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public BroSubnet(
IPAddress address,
uint width
)
Public Sub New (
address As IPAddress,
width As UInteger
)
new :
address : IPAddress *
width : uint32 -> BroSubnet
public BroSubnet(
IPAddress address,
UInt32 width
)
BroccoliSharp.BroSubnet = function(address, width);
Parameters
- address
- Type: System.NetIPAddress
BroAddress of subnet. - width
- Type: SystemUInt32
Width of address to consider.
Exceptions See Also