Table of Contents

THttpClientProc Anonymous method

Callback invoked after an THttpClient instance is created, allowing custom configuration before it is used to make requests.

Remarks

Client: The newly created THttpClient instance to configure. Use this callback to set headers, timeouts, TLS settings, or proxy options. Assign an implementation to TOidcClient.OnHttpClientCreate.

Syntax

Unit: Sphinx.OidcClient

THttpClientProc = reference to procedure(Client: THttpClient);