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

Base Resource Record class for objects returned in answers, authorities and additional record DNS responses.
Afficher le fichier Open project: Vanaheimr/Hermod Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ToString ( ) : String

Return a string representation of this object.

Méthodes protégées

Méthode Description
ADNSResourceRecord ( Stream DNSStream, UInt16 Type ) : System
ADNSResourceRecord ( String Name, UInt16 Type, DNSQueryClasses Class, System.TimeSpan TimeToLive ) : System
ADNSResourceRecord ( String Name, UInt16 Type, DNSQueryClasses Class, System.TimeSpan TimeToLive, String RText ) : System
ADNSResourceRecord ( String Name, UInt16 Type, Stream DNSStream ) : System

Method Details

ADNSResourceRecord() protected méthode

protected ADNSResourceRecord ( Stream DNSStream, UInt16 Type ) : System
DNSStream Stream
Type System.UInt16
Résultat System

ADNSResourceRecord() protected méthode

protected ADNSResourceRecord ( String Name, UInt16 Type, DNSQueryClasses Class, System.TimeSpan TimeToLive ) : System
Name String
Type System.UInt16
Class DNSQueryClasses
TimeToLive System.TimeSpan
Résultat System

ADNSResourceRecord() protected méthode

protected ADNSResourceRecord ( String Name, UInt16 Type, DNSQueryClasses Class, System.TimeSpan TimeToLive, String RText ) : System
Name String
Type System.UInt16
Class DNSQueryClasses
TimeToLive System.TimeSpan
RText String
Résultat System

ADNSResourceRecord() protected méthode

protected ADNSResourceRecord ( String Name, UInt16 Type, Stream DNSStream ) : System
Name String
Type System.UInt16
DNSStream Stream
Résultat System

ToString() public méthode

Return a string representation of this object.
public ToString ( ) : String
Résultat String