SocketTools .NET Edition

DnsClient.HostInfo Property

Returns information about the host operating system.

[Visual Basic]
Public ReadOnly Property HostInfo As String
[C#]
public string HostInfo {get;}

Property Value

A string which specifies the host operating system.

Remarks

The HostInfo property returns a string that includes the machine type and operating system for the host. This information corresponds to it's HINFO record in the database.

See Also

DnsClient Class | SocketTools Namespace