Access to Response Header when Invoking Service Operations

Currently, there is no way to access the response header after sending / invoking Service Operations. We can access the request header before sending a request (HttpClient.OnSendingRequest) but, unfortunately, the response is freed before having a chance to access it. It would be highly appreciated to read header information for further processing.

Feature Request: Add access to the response header when calling Service Operations

Can you please provide an use case for that? You can use middleware to process responses, and you can also access the response headers using TXDataOperationContext.Handler.Response

This feature was implemented.