![]() |
BroSubnet Structure |
Namespace: BroccoliSharp
The BroSubnet type exposes the following members.
Name | Description | |
---|---|---|
![]() | BroSubnet(IPAddress, UInt32) |
Creates a new BroSubnet from existing IP address and width.
|
![]() | BroSubnet(String, UInt32) |
Creates a new BroSubnet from a host name or IP address string and width.
|
![]() | BroSubnet(BroAddress, UInt32) |
Creates a new BroSubnet from existing Bro address and width.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified Object is equal to the current BroSubnet.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(BroSubnet) |
Indicates whether the current BroSubnet is equal to another BroSubnet.
|
![]() | GetHashCode |
Gets a hash code for this BroSubnet.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToIPAddress |
Returns an IPAddress representation of this BroSubnet.
|
![]() | ToString |
Returns a string that represents this BroSubnet.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Equality operator for BroSubnet.
|
![]() ![]() | (BroSubnet to BroAddress) |
Implicitly converts address of BroSubnet object to a BroAddress.
|
![]() ![]() | Inequality |
Inequality operator for BroSubnet.
|
Name | Description | |
---|---|---|
![]() | AddressBytes |
Gets address bytes, in network order, of this BroSubnet.
|
![]() | IsIPv4MappedAddress |
Gets flag that determines if this BroSubnet is based on an IPv4-mapped address.
|
![]() | Width |
Gets width of IP address to consider for this BroSubnet.
|