C# 클래스 org.GraphDefined.Vanaheimr.Hermod.DNS.ADNSResourceRecord

Base Resource Record class for objects returned in answers, authorities and additional record DNS responses.
파일 보기 프로젝트 열기: Vanaheimr/Hermod 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ToString ( ) : String

Return a string representation of this object.

보호된 메소드들

메소드 설명
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

메소드 상세

ADNSResourceRecord() 보호된 메소드

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

ADNSResourceRecord() 보호된 메소드

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

ADNSResourceRecord() 보호된 메소드

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
리턴 System

ADNSResourceRecord() 보호된 메소드

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

ToString() 공개 메소드

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