C# Class org.GraphDefined.Vanaheimr.Hermod.DNS.MX

MailExchange Resource Record
Inheritance: ADNSResourceRecord
ファイルを表示 Open project: Vanaheimr/Hermod

Public Methods

Method Description
MX ( Stream Stream ) : System
MX ( String Name, DNSQueryClasses Class, System.TimeSpan TimeToLive, Int32 Preference, String Exchange ) : System
MX ( String Name, Stream Stream ) : System

Method Details

MX() public method

public MX ( Stream Stream ) : System
Stream Stream
return System

MX() public method

public MX ( String Name, DNSQueryClasses Class, System.TimeSpan TimeToLive, Int32 Preference, String Exchange ) : System
Name String
Class DNSQueryClasses
TimeToLive System.TimeSpan
Preference System.Int32
Exchange String
return System

MX() public method

public MX ( String Name, Stream Stream ) : System
Name String
Stream Stream
return System