Ejemplo n.º 1
0
 /// <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();
 }
Ejemplo n.º 2
0
 /// <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();
 }