/// <summary> /// Initializes the proxy factory with the default values. /// </summary> public ProxyFactory() { // Use the forwarding proxy type by default ProxyBuilder = new SerializableProxyBuilder(); InterfaceExtractor = new InterfaceExtractor(); Cache = new ProxyCache(); }