SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

Cookie Event

Fired to report a received cookie.

Syntax

typedef struct {
  String CookieText;
} TsbxHTTPClientCookieEventParams;

typedef void __fastcall (__closure *TsbxHTTPClientCookieEvent)(System::TObject* Sender, TsbxHTTPClientCookieEventParams *e);

__property TsbxHTTPClientCookieEvent 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 2020 C++ Builder Edition - Version 20.0 [Build 8154]