1 write to acceptor
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
22this.acceptor = new InputQueueChannelAcceptor<IInputChannel>(this);
9 references to acceptor
System.ServiceModel (9)
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (9)
31this.acceptor.EnqueueAndDispatch(inputChannel); 38this.acceptor.Open(); 44this.acceptor.Close(); 63return this.acceptor.AcceptChannel(timeout); 68return this.acceptor.BeginAcceptChannel(timeout, callback, state); 73return this.acceptor.EndAcceptChannel(result); 79return this.acceptor.WaitForChannel(timeout); 84return this.acceptor.BeginWaitForChannel(timeout, callback, state); 89return this.acceptor.EndWaitForChannel(result);