Tagged Questions

1
vote
0answers
524 views

How can I improve this perWcfOperation Windsor lifestyle?

I have implemented a custom lifestyle for Windsor that will allow me to scope components to the current WCF operation. The biggest problem is that the call context initializer is executed after the ...