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

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

Private Properties

Property Type Description

Public Methods

Method Description
ToString ( ) : String

Return a string representation of this object.

Protected Methods

Method 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 method

protected ADNSResourceRecord ( Stream DNSStream, UInt16 Type ) : System
DNSStream Stream
Type System.UInt16
return System

ADNSResourceRecord() protected method

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

ADNSResourceRecord() protected method

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
return System

ADNSResourceRecord() protected method

protected ADNSResourceRecord ( String Name, UInt16 Type, Stream DNSStream ) : System
Name String
Type System.UInt16
DNSStream Stream
return System

ToString() public method

Return a string representation of this object.
public ToString ( ) : String
return String