1 write to innerChannelListener
System.ServiceModel (1)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
28
this.
innerChannelListener
= (IChannelListener<TInnerChannel>)this.InnerChannelListener;
6 references to innerChannelListener
System.ServiceModel (6)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (6)
34
TInnerChannel innerChannel = this.
innerChannelListener
.AcceptChannel(timeout);
41
return this.
innerChannelListener
.BeginAcceptChannel(timeout, callback, state);
46
TInnerChannel innerChannel = this.
innerChannelListener
.EndAcceptChannel(result);
52
return this.
innerChannelListener
.WaitForChannel(timeout);
57
return this.
innerChannelListener
.BeginWaitForChannel(timeout, callback, state);
62
return this.
innerChannelListener
.EndWaitForChannel(result);