1 write to binder
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ErrorHandlingAcceptor.cs (1)
27this.binder = binder;
7 references to binder
System.ServiceModel (7)
System\ServiceModel\Dispatcher\ErrorHandlingAcceptor.cs (7)
35this.binder.Listener.Close(); 69channelBinder = this.binder.Accept(timeout); 113return this.binder.BeginAccept(timeout, callback, state); 155channelBinder = this.binder.EndAccept(result); 200this.binder.Listener.WaitForChannel(TimeSpan.MaxValue); 222return this.binder.Listener.BeginWaitForChannel(TimeSpan.MaxValue, callback, state); 259this.binder.Listener.EndWaitForChannel(result);