Skip to content

Commit f0e3577

Browse files
committed
Merge pull request #31 from scott-xu/patch-1
Update README.markdown
2 parents 46fdb55 + cc8a487 commit f0e3577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ ChannelProxies can be intercepted now:
1212

1313
kernel.Bind<IFooService>()
1414
.ToMethod(context => ChannelFactory<IFooService>.CreateChannel(new NetTcpBinding(), new EndpointAddress("net.tcp://localhost/FooService")))
15-
.Intercept()
15+
.Intercept(typeof(ICommunicationObject))
1616
.With(interceptor);

0 commit comments

Comments
 (0)