|
BroSubnet Constructor (String, UInt32) |
Creates a new
BroSubnet from a host name or IP address string and
width.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public BroSubnet(
string hostNameOrAddress,
uint width
)
Public Sub New (
hostNameOrAddress As String,
width As UInteger
)
new :
hostNameOrAddress : string *
width : uint32 -> BroSubnet
public BroSubnet(
String hostNameOrAddress,
UInt32 width
)
BroccoliSharp.BroSubnet = function(hostNameOrAddress, width);
Parameters
- hostNameOrAddress
- Type: SystemString
DNS host name or IP address. - width
- Type: SystemUInt32
Width of IP address to consider.
Exceptions See Also