1 write to innerListener
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
210
this.
innerListener
= context.BuildInnerChannelListener<TInnerChannel>();
13 references to innerListener
System.ServiceModel (13)
System\ServiceModel\Channels\ChannelDemuxer.cs (13)
225
get { return this.
innerListener
; }
251
listener.InnerChannelListener = this.
innerListener
;
392
this.
innerListener
.Abort();
420
this.
innerListener
.Close(timeoutHelper.RemainingTime());
541
this.
innerListener
.Open(timeoutHelper.RemainingTime());
542
this.innerChannel = this.
innerListener
.AcceptChannel(timeoutHelper.RemainingTime());
821
this.channelDemuxer.
innerListener
.EndOpen(result);
822
result = this.channelDemuxer.
innerListener
.BeginAcceptChannel(this.timeoutHelper.RemainingTime(), acceptChannelCallback, this);
836
IAsyncResult result = this.channelDemuxer.
innerListener
.BeginOpen(timeoutHelper.RemainingTime(), openListenerCallback, this);
911
this.channelDemuxer.innerChannel = this.channelDemuxer.
innerListener
.EndAcceptChannel(result);
1024
IAsyncResult result = channelDemuxer.
innerListener
.BeginClose(timeoutHelper.RemainingTime(), sharedCallback, this);
1030
channelDemuxer.
innerListener
.EndClose(result);
1065
self.channelDemuxer.
innerListener
.EndClose(result);