LumiSoft Net Help
DNS_rr_MX Constructor (name, preference, host, ttl)
NamespacesLumiSoft.Net.DNSDNS_rr_MXDNS_rr_MX(String, Int32, String, Int32)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public DNS_rr_MX(
	string name,
	int preference,
	string host,
	int ttl
)
Public Sub New ( 
	name As String,
	preference As Integer,
	host As String,
	ttl As Integer
)
public:
DNS_rr_MX(
	String^ name, 
	int preference, 
	String^ host, 
	int ttl
)
new : 
        name : string * 
        preference : int * 
        host : string * 
        ttl : int -> DNS_rr_MX
Parameters
name (String)
DNS domain name that owns a resource record.
preference (Int32)
MX record preference.
host (String)
Mail host dns name.
ttl (Int32)
TTL value.

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