2 writes to innerChannel
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
542
this.
innerChannel
= this.innerListener.AcceptChannel(timeoutHelper.RemainingTime());
911
this.channelDemuxer.
innerChannel
= this.channelDemuxer.innerListener.EndAcceptChannel(result);
15 references to innerChannel
System.ServiceModel (15)
System\ServiceModel\Channels\ChannelDemuxer.cs (15)
220
get { return this.
innerChannel
; }
302
if (this.
innerChannel
.State == CommunicationState.Opened)
307
null, this.
innerChannel
, null);
388
if (this.
innerChannel
!= null)
390
this.
innerChannel
.Abort();
416
if (this.
innerChannel
!= null)
418
this.
innerChannel
.Close(timeoutHelper.RemainingTime());
543
this.
innerChannel
.Open(timeoutHelper.RemainingTime());
665
if (this.
innerChannel
.State != CommunicationState.Opened)
912
IAsyncResult openResult = this.channelDemuxer.
innerChannel
.BeginOpen(this.timeoutHelper.RemainingTime(), acceptChannelCallback, this);
951
this.channelDemuxer.
innerChannel
.EndOpen(result);
988
if (channelDemuxer.
innerChannel
!= null)
993
IAsyncResult result = channelDemuxer.
innerChannel
.BeginClose(timeoutHelper.RemainingTime(), sharedCallback, this);
999
channelDemuxer.
innerChannel
.EndClose(result);
1059
self.channelDemuxer.
innerChannel
.EndClose(result);