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