C# Class Heijden.DNS.RecordWKS

WKS RDATA format

The WKS record is used to describe the well known services supported by a particular protocol on a particular internet address. The PROTOCOL field specifies an IP protocol number, and the bit map has one bit per port of the specified protocol. The first bit corresponds to port 0, the second to port 1, etc. If the bit map does not include a bit for a protocol of interest, that bit is assumed zero. The appropriate values and mnemonics for ports and protocols are specified in [RFC-1010]. For example, if PROTOCOL=TCP (6), the 26th bit corresponds to TCP port 25 (SMTP). If this bit is set, a SMTP server should be listening on TCP port 25; if zero, SMTP service is not supported on the specified address. The purpose of WKS RRs is to provide availability information for servers for TCP and UDP. If a server supports both TCP and UDP, or has multiple Internet addresses, then multiple WKS RRs are used.

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

Public Methods

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

Method Details

RecordWKS() public method

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

ToString() public method

public ToString ( ) : string
return string