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

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

Public Methods

Method Description
A ( Stream Stream ) : System

Parse a DNS A resource record from the given stream.

A ( String Name, DNSQueryClasses Class, System.TimeSpan TimeToLive, System.IPv4Address IPv4Address ) : System

Create a new DNS A resource record.

A ( String Name, Stream Stream ) : System

Parse a DNS A resource record from the given stream.

Method Details

A() public method

Parse a DNS A resource record from the given stream.
public A ( Stream Stream ) : System
Stream Stream A stream of bytes.
return System

A() public method

Create a new DNS A resource record.
public A ( String Name, DNSQueryClasses Class, System.TimeSpan TimeToLive, System.IPv4Address IPv4Address ) : System
Name String The DNS name.
Class DNSQueryClasses The DNS class.
TimeToLive System.TimeSpan The timestamp when this resource records gets invalidated.
IPv4Address System.IPv4Address The IPv4 address of this resource record.
return System

A() public method

Parse a DNS A resource record from the given stream.
public A ( String Name, Stream Stream ) : System
Name String The DNS name.
Stream Stream A stream of bytes.
return System