ResponseHeaders Property
Contains the HTTP server's response headers.
Syntax
property ResponseHeaders: TsbxStringNameValuePairList read get_ResponseHeaders;
Remarks
Use this property to check the headers of the HTTP response received from the server. The headers become available as soon as HeadersReceived event is fired.
This property is read-only and not available at design time.