C# Class LumiSoft.Net.Dns.Client.MX_Record

Inheritance: DnsRecordBase, IComparable
Show file Open project: jeske/StepsDB-alpha Class Usage Examples

Public Methods

Method Description
MX_Record ( int preference, string host, int ttl ) : System

Default constructor.

Method Details

MX_Record() public method

Default constructor.
public MX_Record ( int preference, string host, int ttl ) : System
preference int MX record preference.
host string Mail host dns name.
ttl int TTL value.
return System