| Host Methods |
The Host type exposes the following members.
| Name | Description | |
|---|---|---|
| BringUpIfDown |
Returns true if the host was DOWN and it was set as UP.
| |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
| Equals(Host) |
Determines if the this instance can be considered equal to the provided host.
| |
| GetHashCode |
The hash value of the address of the host
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetAsRemoved | ||
| SetDown |
Sets the Host as Down.
Returns false if it was already considered as Down by the driver.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |