1 write to innerChannel
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingDuplexChannel.cs (1)
206
this.
innerChannel
= channel.InnerChannel;
2 references to innerChannel
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingDuplexChannel.cs (2)
212
return this.
innerChannel
.BeginTryReceive(this.timeout, callback, state);
218
this.returnValue = this.
innerChannel
.EndTryReceive(result, out message);