1 write to binder
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ErrorhandlingReceiver.cs (1)
19this.binder = binder;
9 references to binder
System.ServiceModel (9)
System\ServiceModel\Dispatcher\ErrorhandlingReceiver.cs (9)
27this.binder.Channel.Close(); 51if (this.binder.HasSession) 53this.binder.Abort(); 62return this.binder.TryReceive(timeout, out requestContext); 102return this.binder.BeginTryReceive(timeout, callback, state); 145return this.binder.EndTryReceive(result, out requestContext); 186this.binder.WaitForMessage(TimeSpan.MaxValue); 208return this.binder.BeginWaitForMessage(TimeSpan.MaxValue, callback, state); 245this.binder.EndWaitForMessage(result);