Hi. I'm trying to use DuplexClientModel with windsor wcf facility, but I've experienced a problem with CallbackContract. DuplexClientModel.Callback() accepts an instance of callback object, so I have to resolve it in advance. But the callback object isn't registered yet. Is it possible to do this somehow like this:
Component .For<IService> .AsWcfClient(endpoint, kernel => kernel.Resolve<ICallbackContract>); Maybe there is any other workaround? -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/castle-project-users/-/uSc1ES0EShwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
