0

Castle supports different kinds of Dynamic Proxy. How can I setup kind of proxy to use, when

  1. regestering a component with WindsorContainer
  2. using InterceptorAttribute?
Igor
  • 131
  • 1
  • 9
  • http://docs.castleproject.org/Windsor.Interceptors.ashx http://docs.castleproject.org/Windsor.Registering-Interceptors-ProxyOptions.ashx – Phil Degenhardt Apr 08 '15 at 03:43
  • It's not really clear what you are asking help about. First read the docs @PhilDegenhardt linked then ask another question with the specific problem youa re encountering – samy Apr 08 '15 at 07:40
  • When you add the InterceptorAttribute to a class that implements some interface and then resolve this interface, Castle create "interface proxy with target", but I would like to get "class proxy". This is my question - how to specify kind of proxy to create when adding interceptor to a class using InterceptorAttribute or Fluent API. – Igor Apr 08 '15 at 12:15

0 Answers0