Skip to content

Commit 83f4dec

Browse files
committed
Syntax highlight
1 parent f0e3577 commit 83f4dec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ChannelProxies can be intercepted now:
2-
2+
```C#
33
[ServiceContract]
44
public interface IFooService
55
{
@@ -14,3 +14,4 @@ ChannelProxies can be intercepted now:
1414
.ToMethod(context => ChannelFactory<IFooService>.CreateChannel(new NetTcpBinding(), new EndpointAddress("net.tcp://localhost/FooService")))
1515
.Intercept(typeof(ICommunicationObject))
1616
.With(interceptor);
17+
```

0 commit comments

Comments
 (0)