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

Inheritance: DnsRecordBase, IComparable
Afficher le fichier Open project: jeske/StepsDB-alpha Class Usage Examples

Méthodes publiques

Méthode Description
MX_Record ( int preference, string host, int ttl ) : System

Default constructor.

Method Details

MX_Record() public méthode

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.
Résultat System