QuickBooks Integrator 2016 C++ Edition
QuickBooks Integrator 2016 C++ Edition
Questions / Feedback?

Header Event

HTTP headers sent by the client.

Syntax

 virtual int FireHeader(QBConnectorHeaderEventParams *e);

 
typedef struct {
int ConnectionId;
char* Header;
char* Value;
int reserved;
} QBConnectorHeaderEventParams;

Remarks

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

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 C++ Edition - Version 16.0 [Build 7353]