8 references to Binder
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (8)
348await Binder.CloseAsync(timeoutHelper.RemainingTime()); 672if (Binder.IsHandleable(e)) 742await Binder.SendAsync(message, timeout, maskingMode); 749if (Binder.IsHandleable(e)) 762await Binder.SendAsync(message, timeout, maskingMode); 768return Binder.SendAsync(message, timeout, maskingMode); 816(bool success, RequestContext context) = await Binder.TryReceiveAsync(TimeSpan.MaxValue); 830if (!Connection.Closed && (Binder.State == CommunicationState.Opened))