LumiSoft Net Help
DNS_rr_HINFO Constructor (name, cpu, os, ttl)
NamespacesLumiSoft.Net.DNSDNS_rr_HINFODNS_rr_HINFO(String, String, String, Int32)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public DNS_rr_HINFO(
	string name,
	string cpu,
	string os,
	int ttl
)
Public Sub New ( 
	name As String,
	cpu As String,
	os As String,
	ttl As Integer
)
public:
DNS_rr_HINFO(
	String^ name, 
	String^ cpu, 
	String^ os, 
	int ttl
)
new : 
        name : string * 
        cpu : string * 
        os : string * 
        ttl : int -> DNS_rr_HINFO
Parameters
name (String)
DNS domain name that owns a resource record.
cpu (String)
Host CPU.
os (String)
Host OS.
ttl (Int32)
TTL value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119