Show / Hide Table of Contents

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 Source

IPAddress

Gets or sets the host IP address.

Declaration
public IPAddress IPAddress { get; set; }
Property Value
Type Description
System.Net.IPAddress
View Source

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
View Source

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
View Source

Name

Gets or sets the host name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX