1 write to innerChannel
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingDuplexChannel.cs (1)
240
this.
innerChannel
= channel.InnerChannel;
2 references to innerChannel
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingDuplexChannel.cs (2)
246
return this.
innerChannel
.BeginReceive(this.timeout, callback, state);
251
return this.
innerChannel
.EndReceive(result);