Class IisServerHostInformation
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the host information for a Microsoft IIS server.
public class IisServerHostInformation : BypassSection
- Inheritance
-
IisServerHostInformation
- Inherited Members
Constructors
IisServerHostInformation()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisServerHostInformation class.
public IisServerHostInformation()
Properties
ComputerFqdn
Gets or sets the fully qualified host name of the server.
public string ComputerFqdn { get; set; }
Property Value
Manufacturer
Gets or sets the manufacturer of the server.
public string Manufacturer { get; set; }
Property Value
Model
Gets or sets the model of the server.
public string Model { get; set; }
Property Value
Name
Gets or sets the NetBIOS name of the server.
public string Name { get; set; }
Property Value
OperatingSystemName
Gets or sets the operating system name - for example "Microsoft Windows Server 2022 Datacenter".
public string OperatingSystemName { get; set; }
Property Value
Processors
Gets or sets the names of the processors installed on the remote machine - for example "Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz".
public SerializableStringCollection Processors { get; set; }
Property Value
- SerializableStringCollection
SerialNumber
Gets or sets the serial number of the server.
public string SerialNumber { get; set; }
Property Value
Service
Gets or sets information about the IIS World Wide Web Publishing Service (W3SVC) service.
public WindowsService Service { get; set; }
Property Value
ServicePack
Gets or sets the service version of this server - for example "Service Pack 1".
public string ServicePack { get; set; }
Property Value
ServicePackString
Gets the service pack version of this server as a human readable string - for example "Service Pack 1", "[None Installed]" or "Unknown".
public string ServicePackString { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisServerHostInformation class from the specified XML.
public static IisServerHostInformation FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- IisServerHostInformation
A CENTREL.XIA.Configuration.Types.IisServerHostInformation class.
ToString()
Returns the host information as a human readable string.
public override string ToString()
Returns
- string
The host information as a human readable string.