1 write to acceptor
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1245this.acceptor = parent.inputChannelAcceptor;
5 references to acceptor
System.ServiceModel (5)
System\ServiceModel\Channels\OneWayChannelListener.cs (5)
1311this.acceptor.Enqueue(exceptionToEnqueue, this.onMessageDequeued); 1331return this.acceptor.EnqueueWithoutDispatch(message, this.onMessageDequeued); 1346this.acceptor.DispatchItems(); 1399dispatchLater = this.acceptor.EnqueueWithoutDispatch(exceptionToEnqueue, this.onMessageDequeued); 1456this.acceptor.Enqueue(exceptionToEnqueue, this.onMessageDequeued, false);