Azure.Identity.KubernetesProxyHttpHandler
HTTP message handler that redirects all requests to a Kubernetes token proxy.
Handles custom CA certificates and monitors CA file changes for automatic reloading.
namespace Azure.Identity
{
internal class KubernetesProxyHttpHandler : DelegatingHandler
{
public KubernetesProxyHttpHandler(KubernetesProxyConfig config);
}
}