Class HostInfo
Contains information about a host.
Inheritance
System.Object
HostInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Devices
Assembly: Phoenix.Abstractions.Devices.dll
Syntax
public class HostInfo
Properties
View SourceIPAddress
Gets or sets the host IP address.
Declaration
public IPAddress IPAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Net.IPAddress |
IsFQDN
Gets or sets a value indicating whether the host name is a fully qualified domain name.
Declaration
public bool IsFQDN { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLocalhost
Gets or sets a value indicating whether the host IP address is the loopback address.
Declaration
public bool IsLocalhost { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the host name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |