Please note that TLS sessions are resumed automatically in Rebex HTTP (unlike in other Rebex components).
For reusing TLS connections you just need to use the same instance of the HttpRequestCreator
class for creating multiple requests. The HttpRequestCreator
has cache of TLS session.
You can disable TLS session resumption using the HttpRequestCreator.Settings.SslSessionCacheEnabled
property.
At the moment, you cannot access underlying TLS sessions used by the created HTTP requests.
If you need it, please let us know and also describe your use case for handling TLS sessions separately.