1 write to inputChannelAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
661
this.
inputChannelAcceptor
= new DuplexSessionOneWayInputChannelAcceptor(this);
10 references to inputChannelAcceptor
System.ServiceModel (10)
System\ServiceModel\Channels\OneWayChannelListener.cs (10)
664
this.Acceptor = this.
inputChannelAcceptor
;
684
this.
inputChannelAcceptor
.TransferInnerChannelListener(this.innerChannelListener); // acceptor now owns the lifetime
786
this.
inputChannelAcceptor
.Enqueue(exceptionToEnqueue, null, false);
856
this.
inputChannelAcceptor
.Close();
868
this.
inputChannelAcceptor
.Enqueue(exceptionToEnqueue, this.onExceptionDequeued, canDispatchOnThisThread);
924
this.
inputChannelAcceptor
.PrepareChannel(channel);
972
this.
inputChannelAcceptor
.Enqueue(exceptionToEnqueue, null);
1030
this.
inputChannelAcceptor
.AcceptInnerChannel(this, channel);
1034
this.
inputChannelAcceptor
.Enqueue(exceptionToEnqueue, null);
1245
this.acceptor = parent.
inputChannelAcceptor
;