<PackageReference Include="Castle.Windsor" Version="4.1.1" />

Castle.MicroKernel.Proxy.ProxyOptionsUtil

public static class ProxyOptionsUtil
Helper support for proxy configuration.
namespace Castle.MicroKernel.Proxy { public static class ProxyOptionsUtil { public static ProxyOptions ObtainProxyOptions(this ComponentModel model, bool createOnDemand = true); } }