Click or drag to resize
weroSoft AG, Software
WeroSoft.Communication.Dns Namespace
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
 
Classes
  ClassDescription
Public classAdditionalResourceRecord
An additional object in the same format as the resource record.
Public classAnswer
An answer object in the same format as the resource record.
Public classAuthorityResourceRecord
An name server object in the same format as the resource record.
Public classDnsReader
Reader to submit queries for reading DNS entries and their values.
Public classDnsServerAddressResolver
Tests to get DNS Servers.
Public classHeader
Defines the header section format of a query.
Public classQueryDisposable
Non static and disposable part of the query used to close the thread properly.
Public classQuestion
Defines the questions section format.
Public classRecordReader
Reader to read a record of a response.
Public classRequest
Defines a request including a header and a list of questions.
Public classResourceRecord
A Resource Records as detailed in RFC1035.
Public classResponse
Response of a request.
Enumerations
  EnumerationDescription
Public enumerationKindOfQuery
Definition of the kind of query (OPCode). This value is set by the originator of a query and copied into the response.
Public enumerationQueryClass
Definition of the class field in the resource record of the question part of a query.
Public enumerationQueryType
Definition of the type of the question as part of a query.
Public enumerationResponseCode
Definition of the response code - this 4 bit field is set as part of responses.