7 references to InnerChannel
System.ServiceModel (7)
System\ServiceModel\Channels\ChannelDemuxer.cs (7)
1113
return this.
InnerChannel
.BeginReceive(timeout, callback, state);
1140
return this.
InnerChannel
.EndReceive(result);
1175
return this.
InnerChannel
.BeginReceive(timeout, callback, state);
1202
return this.
InnerChannel
.EndReceive(result);
1234
return new DuplexChannelWrapper(this.ChannelManager, demuxer.
InnerChannel
);
1313
return this.
InnerChannel
.BeginReceiveRequest(timeout, callback, state);
1451
return this.
InnerChannel
.EndReceiveRequest(result);