1 type derived from InterceptingDuplexChannel
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingDuplexChannel.cs (1)
317class InterceptingDuplexSessionChannel : InterceptingDuplexChannel, IDuplexSessionChannel
1 instantiation of InterceptingDuplexChannel
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
96return (TChannel)(object)new InterceptingDuplexChannel(this, Interceptor, (IDuplexChannel)innerChannel);