suppressHandlerDispose property

bool suppressHandlerDispose
getter/setter pair

Prevents disposal of previous handlers when rotating them.

This mirrors .NET's SuppressHandlerScope and keeps the handler alive for external ownership scenarios.

Implementation

bool suppressHandlerDispose = false;