C# 클래스 LumiSoft.Net.Dns.Client.MX_Record

상속: DnsRecordBase, IComparable
파일 보기 프로젝트 열기: jeske/StepsDB-alpha 1 사용 예제들

공개 메소드들

메소드 설명
MX_Record ( int preference, string host, int ttl ) : System

Default constructor.

메소드 상세

MX_Record() 공개 메소드

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.
리턴 System