SecureBlackbox Lite 2020 C++ Builder Edition

Questions / Feedback?

Cookie Event

Fired to report a received cookie.

Syntax

typedef struct {
  String CookieText;
} TsbiRESTClientCookieEventParams;

typedef void __fastcall (__closure *TsbiRESTClientCookieEvent)(System::TObject* Sender, TsbiRESTClientCookieEventParams *e);

__property TsbiRESTClientCookieEvent OnCookie = { read=FOnCookie, write=FOnCookie };

Remarks

The CookieText parameter contains the text of the cookie.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 C++ Builder Edition - Version 20.0 [Build 8166]