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.) | |
| SetAsRemoved | ||
| SetDown | 
            Sets the Host as Down.
            Returns false if it was already considered as Down by the driver.
              |