22 references to InnerChannel
Extensibility.MessageInterceptor.IntegrationTests (22)
InterceptingChannelBase.cs (1)
47
return this.
InnerChannel
.GetProperty<T>();
InterceptingChannelFactory.cs (8)
128
return this.
InnerChannel
.RemoteAddress;
136
return this.
InnerChannel
.Via;
167
this.
InnerChannel
.Send(message, timeout);
243
return this.
InnerChannel
.RemoteAddress;
251
return this.
InnerChannel
.Via;
284
reply = this.
InnerChannel
.Request(message);
304
IAsyncResult requestResult = channel.
InnerChannel
.BeginRequest(message, timeout, requestCallback, this);
318
replyMessage = channel.
InnerChannel
.EndRequest(result);
InterceptingDuplexChannel.cs (13)
25
return this.
InnerChannel
.LocalAddress;
46
message = this.
InnerChannel
.Receive(timeout);
78
result = this.
InnerChannel
.TryReceive(timeout, out message);
102
return this.
InnerChannel
.WaitForMessage(timeout);
107
return this.
InnerChannel
.BeginWaitForMessage(timeout, callback, state);
112
return this.
InnerChannel
.EndWaitForMessage(result);
206
this.innerChannel = channel.
InnerChannel
;
240
this.innerChannel = channel.
InnerChannel
;
276
return this.
InnerChannel
.RemoteAddress;
284
return this.
InnerChannel
.Via;
296
this.
InnerChannel
.Send(message, timeout);
307
return this.
InnerChannel
.BeginSend(message, timeout, callback, state);
312
this.
InnerChannel
.EndSend(result);