Ninject WCF extension adding an error handler

218 Views Asked by At

I am trying to use Ninject.Extensions.Wcf for DI on my web service but want to also inject a custom IErrorHandler.

As far as I know this should be done in the ApplyDispatchBehavior method of the custom IServiceBehavior, but I don't see any way to override Ninject's service behavior.

0

There are 0 best solutions below