Discuss this help topic in SecureBlackbox Forum

TElDNSResolver.OnTrace

TElDNSResolver     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This event is fired by the resolver to provide trace information.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnTrace : TSBDNSResolverTraceEvent;
    TSBDNSResolverTraceEvent = procedure (Sender: TObject; Info : string) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Info - this parameter contains trace information

Description

    This event is fired by TElDNSResolver to trace requests.

See also:     OnRequest    

Discuss this help topic in SecureBlackbox Forum