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