1 type derived from InterceptingRequestChannel
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
372class InterceptingRequestSessionChannel : InterceptingRequestChannel, IRequestSessionChannel
1 instantiation of InterceptingRequestChannel
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
92return (TChannel)(object)new InterceptingRequestChannel(this, (IRequestChannel)innerChannel);
2 references to InterceptingRequestChannel
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingChannelFactory.cs (2)
294InterceptingRequestChannel channel; 297public RequestAsyncResult(InterceptingRequestChannel channel, Message message, TimeSpan timeout, AsyncCallback callback, object state)