1 write to innerChannelListener
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
33
this.
innerChannelListener
= (IChannelListener<IReplyChannel>)this.InnerChannelListener;
6 references to innerChannelListener
System.ServiceModel (6)
System\ServiceModel\Channels\OneWayChannelListener.cs (6)
39
IReplyChannel innerChannel = this.
innerChannelListener
.AcceptChannel(timeout);
45
return this.
innerChannelListener
.BeginAcceptChannel(timeout, callback, state);
50
IReplyChannel innerChannel = this.
innerChannelListener
.EndAcceptChannel(result);
56
return this.
innerChannelListener
.WaitForChannel(timeout);
61
return this.
innerChannelListener
.BeginWaitForChannel(timeout, callback, state);
66
return this.
innerChannelListener
.EndWaitForChannel(result);