We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fdb55 commit cc8a487Copy full SHA for cc8a487
README.markdown
@@ -12,5 +12,5 @@ ChannelProxies can be intercepted now:
12
13
kernel.Bind<IFooService>()
14
.ToMethod(context => ChannelFactory<IFooService>.CreateChannel(new NetTcpBinding(), new EndpointAddress("net.tcp://localhost/FooService")))
15
- .Intercept()
+ .Intercept(typeof(ICommunicationObject))
16
.With(interceptor);
0 commit comments