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

A - DNS Resource Record
Inheritance: ADNSResourceRecord
Afficher le fichier Open project: Vanaheimr/Hermod

Méthodes publiques

Méthode 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 méthode

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

A() public méthode

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

A() public méthode

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