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

NS - DNS Resource Record
Inheritance: ADNSResourceRecord
Exibir arquivo Open project: Vanaheimr/Hermod

Public Methods

Method Description
NS ( Stream Stream ) : System
NS ( String Name, DNSQueryClasses Class, System.TimeSpan TimeToLive, String RText ) : System
NS ( String Name, Stream Stream ) : System

Method Details

NS() public method

public NS ( Stream Stream ) : System
Stream Stream
return System

NS() public method

public NS ( String Name, DNSQueryClasses Class, System.TimeSpan TimeToLive, String RText ) : System
Name String
Class DNSQueryClasses
TimeToLive System.TimeSpan
RText String
return System

NS() public method

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