Click or drag to resize
weroSoft AG, Software
ResponseCode Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Definition of the response code - this 4 bit field is set as part of responses.

Namespace:  WeroSoft.Communication.Dns
Assembly:  WeroSoft.Communication.Library (in WeroSoft.Communication.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum ResponseCode
Members
  Member nameValueDescription
NoError0 No Error.
FormErr1 Format Error.
ServFail2 Server Failure.
NXDomain3 Non-Existent Domain.
NotImp4 Not Implemented.
Refused5 Query Refused.
See Also