1 write to innerListener
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
1650
this.
innerListener
= context.BuildInnerChannelListener<TInnerChannel>();
15 references to innerListener
System.ServiceModel (15)
System\ServiceModel\Channels\ChannelDemuxer.cs (15)
1693
listener.InnerChannelListener = this.
innerListener
;
1711
result = this.
innerListener
.BeginAcceptChannel(TimeSpan.MaxValue, onAcceptComplete, this);
1767
channel = this.
innerListener
.EndAcceptChannel(result);
2054
this.
innerListener
.Open(timeoutHelper.RemainingTime());
2060
this.
innerListener
.Abort();
2117
innerListener
.Abort();
2128
innerListener
.Close(timeout);
2137
innerListener
.Abort();
2150
IAsyncResult result = this.
innerListener
.BeginClose(timeout, callback, state);
2160
this.
innerListener
.Abort();
2181
this.
innerListener
.EndClose(result);
2190
this.
innerListener
.Abort();
2617
this.channelDemuxer.
innerListener
.EndOpen(result);
2623
this.channelDemuxer.
innerListener
.Abort();
2632
IAsyncResult result = this.channelDemuxer.
innerListener
.BeginOpen(timeoutHelper.RemainingTime(), openListenerCallback, this);