LumiSoft Net Help
DNS_rr_A Constructor (name, ip, ttl)
NamespacesLumiSoft.Net.DNSDNS_rr_ADNS_rr_A(String, IPAddress, Int32)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public DNS_rr_A(
	string name,
	IPAddress ip,
	int ttl
)
Public Sub New ( 
	name As String,
	ip As IPAddress,
	ttl As Integer
)
public:
DNS_rr_A(
	String^ name, 
	IPAddress^ ip, 
	int ttl
)
new : 
        name : string * 
        ip : IPAddress * 
        ttl : int -> DNS_rr_A
Parameters
name (String)
DNS domain name that owns a resource record.
ip (IPAddress)
IP address.
ttl (Int32)
TTL value.

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