SecureBlackbox 2020 Qt Edition

Questions / Feedback?

Cookie Event

Fired to report a received cookie.

Syntax

class HTTPClientCookieEventParams {
public:
  const QString &CookieText();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Cookie(HTTPClientCookieEventParams *e);
// Or, subclass HTTPClient and override this emitter function. virtual int FireCookie(HTTPClientCookieEventParams *e) {...}

Remarks

The CookieText parameter contains the text of the cookie.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Qt Edition - Version 20.0 [Build 8154]