22 references to Binder
System.ServiceModel (22)
System\ServiceModel\Channels\ReliableChannelListener.cs (4)
1768IServerReliableChannelBinder binder = reliableChannel.Binder; 1804reliableChannel.ProcessDemuxedRequest(reliableChannel.Binder.WrapRequestContext(context), info); 1859IServerReliableChannelBinder binder = reliableChannel.Binder; 1870reliableChannel.ProcessDemuxedRequest(reliableChannel.Binder.WrapRequestContext(context), info);
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (18)
364IAsyncResult result = this.Binder.BeginTryReceive(TimeSpan.MaxValue, onReceiveCompleted, this); 473if (this.Binder.EndTryReceive(result, out context)) 484if (!terminated && (this.Binder.State == CommunicationState.Opened)) 496this.Listener.ReliableMessagingVersion, this.Binder.Channel, this.Binder.GetInnerSession(), 525this.Binder.Send(message, this.DefaultSendTimeout); 593if (WsrmUtilities.ValidateCreateSequence<IInputSessionChannel>(info, this.Listener, this.Binder.Channel, out acksTo)) 601if (this.Binder.AddressResponse(info.Message, response)) 602this.Binder.Send(response, this.DefaultSendTimeout); 747if (!WsrmUtilities.ValidateWsrmRequest(this.ReliableSession, requestInfo, this.Binder, null)) 855this.Binder.Send(message, this.DefaultSendTimeout); 930bool timeoutOkay = this.Binder.EndTryReceive(result, out context); 943if (!terminated && (this.Binder.State == CommunicationState.Opened)) 952this.Listener.ReliableMessagingVersion, this.Binder.Channel, this.Binder.GetInnerSession(), 1005if (WsrmUtilities.ValidateCreateSequence<IInputSessionChannel>(info, this.Listener, this.Binder.Channel, out acksTo)) 1015if (this.Binder.AddressResponse(info.Message, response)) 1142if (!WsrmUtilities.ValidateWsrmRequest(this.ReliableSession, requestInfo, this.Binder, context))