QuickBooks Integrator 2020 Qt Edition

Questions / Feedback?

Header Event

HTTP headers sent by the client.

Syntax

class QBConnectorHeaderEventParams {
public:
  int ConnectionId();
  const QString &Header();
  const QString &Value();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Header(QBConnectorHeaderEventParams *e);
// Or, subclass QBConnector and override this emitter function. virtual int FireHeader(QBConnectorHeaderEventParams *e) {...}

Remarks

When a client connects, this event will fire for each HTTP header received.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Qt Edition - Version 20.0 [Build 7941]