Discuss this help topic in SecureBlackbox Forum
This event reports errors in DNS resolution.
Declaration
[Java]
TSBDNSErrorEvent getOnDNSError();
void setOnDNSError(TNotifyEvent Value);
TSBDNSErrorEvent.Callback OnDNSError = new TSBDNSErrorEvent.Callback() {
public void TSBDNSErrorEventCallback(TObject Sender) {
//...
}
}
Parameters
- Server - the server (host) to be resolved.
- ErrorCode - contains DNS error code.
- ErrorMessage - contains the error message.
- pcServer - the server (host) to be resolved.
- szServer - the length of pcServer.
- pcErrorMessage - contains the error message.
- szErrorMessage - the length of pcErrorMessage.
Values:
Description
This event is fired if an error occurs during DNS resolution.
Discuss this help topic in SecureBlackbox Forum