1 write to acceptor
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
69
this.
acceptor
= new ErrorHandlingAcceptor(listenerBinder, channelDispatcher);
7 references to acceptor
System.ServiceModel (7)
System\ServiceModel\Dispatcher\ListenerHandler.cs (7)
193
this.
acceptor
.WaitForChannel();
223
IAsyncResult result = this.
acceptor
.BeginWaitForChannel(ListenerHandler.waitCallback, this);
230
this.
acceptor
.EndWaitForChannel(result);
248
listenerHandler.
acceptor
.EndWaitForChannel(result);
288
IAsyncResult result = this.
acceptor
.BeginTryAccept(TimeSpan.MaxValue, ListenerHandler.acceptCallback, this);
308
if (!this.
acceptor
.TryAccept(TransactionBehavior.NormalizeTimeout(acceptTimeout), out binder))
359
bool valid = this.
acceptor
.EndTryAccept(result, out binder);