Discuss this help topic in SecureBlackbox Forum

TElDNSClient class

Properties     Methods     Events     Declared in     Licensing     


Description

    This class represents a client interface to the resolver according to DNSSEC specification. A DNS client is used to translate host name to host address and vice versa, and perform general lookup over DNS.
    TElDNSClient internally uses a socket connection established to remote DNS resolver. Properties Address, Port, Binding, and Timeout describe the socket connection. Once these properties are set, call Activate method to start the client. Use Deactivate method to stop sending and receiving. When the client is active, perform DNS lookup using Lookup method.

Properties

Methods

Events

Declared in

.NET:
  • Namespace: SBDNSSEC
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBDNSSEC
Java:
  • Package: SecureBlackbox.Base.jar
C++:
  • sbdnssec.h

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

Any SecureBlackbox package

Discuss this help topic in SecureBlackbox Forum