Beispiel #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();
 }
 /// <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();
 }