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