C# Class Heijden.DNS.RecordCNAME

CNAME RDATA format

Alias of one name to another: the DNS lookup will continue by retrying the lookup with the new name.

3.3.1

Inheritance: Record
显示文件 Open project: drorgl/MSDNSWebAdmin

Public Methods

Method Description
RecordCNAME ( RecordReader rr ) : System
ToString ( ) : string

Method Details

RecordCNAME() public method

public RecordCNAME ( RecordReader rr ) : System
rr RecordReader
return System

ToString() public method

public ToString ( ) : string
return string