1 write to innerChannel
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelBase.cs (1)
28this.innerChannel = innerChannel;
8 references to innerChannel
Extensibility.MessageInterceptor.IntegrationTests (8)
InterceptingChannelBase.cs (8)
35return this.innerChannel; 52this.innerChannel.Abort(); 57return this.innerChannel.BeginClose(timeout, callback, state); 62return this.innerChannel.BeginOpen(timeout, callback, state); 67this.innerChannel.Close(timeout); 72this.innerChannel.EndClose(result); 77this.innerChannel.EndOpen(result); 82this.innerChannel.Open(timeout);