Table of Contents

TOidcClient.OnHttpClientCreate Property

Gets or sets the callback invoked each time an THttpClient instance is created.

Remarks

Assign this property to customize the HTTP client before it sends any request -- for example, to configure a proxy, set custom headers, or adjust TLS settings. See THttpClientProc for the callback signature.

Syntax

Unit: Sphinx.OidcClient

property TOidcClient.OnHttpClientCreate: THttpClientProc

See also