Wednesday
Feb202013
SquidNoOperation
- No operation is performed on SQUID.
- Can be used to verify the communication with SQUID.
Prototype
int SquidNoOperation(int iSquid);
- Parameters
iSquid Squid Connection Handle
- Return Values
0 Operation successful
Example
int iSquid;
lr_load_dll("SQUID-REST.dll");
iSquid = SquidConnect("http://localhost:8000");
lr_output_message("%ld",SquidNoOperation(iSquid));
SquidDisconnect(iSquid);