17 references to Binder
System.ServiceModel (17)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
1729IServerReliableChannelBinder binder = (IServerReliableChannelBinder)reliableChannel.Binder;
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (16)
1218if (this.Binder.EndTryReceive(result, out context)) 1229if (!terminated && (this.Binder.State == CommunicationState.Opened)) 1497this.Binder.EndSend(result); 1502if (this.Binder.Connected) 1529return new ReliableChannelOpenAsyncResult(this.Binder, this.ReliableSession, 1545!this.Binder.Connected && this.clientSession.StopPolling()) 1570this.Binder.Open(timeoutHelper.RemainingTime()); 1578this.Binder.Close(timeoutHelper.RemainingTime()); 1625!channel.Binder.Connected) 1646this.Binder.Send(message, this.DefaultSendTimeout); 1689IAsyncResult result = this.Binder.BeginSend(message, timeout, onReconnectComplete, this); 1727: base(channel, settings, (IClientReliableChannelBinder)channel.Binder, helper, inputID) 1902if (WsrmUtilities.ValidateCreateSequence<IDuplexSessionChannel>(info, this.listener, this.Binder.Channel, out acksTo)) 1911if (((IServerReliableChannelBinder)this.Binder).AddressResponse(info.Message, response)) 1912this.Binder.Send(response, this.DefaultSendTimeout); 1934: base(channel, listener, (IServerReliableChannelBinder)channel.Binder, faultHelper, inputID, outputID)