1 write to innerChannelListener
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
501
this.
innerChannelListener
= (IChannelListener<IDuplexChannel>)this.InnerChannelListener;
6 references to innerChannelListener
System.ServiceModel (6)
System\ServiceModel\Channels\OneWayChannelListener.cs (6)
507
IDuplexChannel channel = this.
innerChannelListener
.AcceptChannel(timeout);
513
return this.
innerChannelListener
.BeginAcceptChannel(timeout, callback, state);
518
return this.
innerChannelListener
.BeginWaitForChannel(timeout, callback, state);
523
IDuplexChannel channel = this.
innerChannelListener
.EndAcceptChannel(result);
529
return this.
innerChannelListener
.EndWaitForChannel(result);
534
return this.
innerChannelListener
.WaitForChannel(timeout);