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 f0e3577 commit 83f4decCopy full SHA for 83f4dec
README.markdown
@@ -1,5 +1,5 @@
1
ChannelProxies can be intercepted now:
2
-
+```C#
3
[ServiceContract]
4
public interface IFooService
5
{
@@ -14,3 +14,4 @@ ChannelProxies can be intercepted now:
14
.ToMethod(context => ChannelFactory<IFooService>.CreateChannel(new NetTcpBinding(), new EndpointAddress("net.tcp://localhost/FooService")))
15
.Intercept(typeof(ICommunicationObject))
16
.With(interceptor);
17
+```
0 commit comments