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