Qore ConnectionProvider Module Reference 1.11
Loading...
Searching...
No Matches
ConnectionProvider::PingInfo hashdecl Reference

ping response info More...

#include <ConnectionProvider.qm.dox.h>

Public Attributes

string desc
 the description
 
string info
 a string giving the result of the ping ("OK" or an error message)
 
string name
 the name of the connection
 
bool ok
 a boolean value giving the result of the ping
 
*hash opts
 the options set on the connection
 
*hash ping_info
 an optional free-form hash giving additional info regarding ping operation or the remote system More...
 
date time
 a relative date/time value giving the elapsed time of the ping operation
 
string url
 a safe version of the URL (without passwords)
 

Detailed Description

ping response info

As returned by AbstractConnection::ping()

Member Data Documentation

◆ ping_info

*hash ConnectionProvider::PingInfo::ping_info

an optional free-form hash giving additional info regarding ping operation or the remote system

if an exception occured, all exception info will be returned here