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

A - DNS Resource Record
상속: ADNSResourceRecord
파일 보기 프로젝트 열기: Vanaheimr/Hermod

공개 메소드들

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

메소드 상세

A() 공개 메소드

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

A() 공개 메소드

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

A() 공개 메소드

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