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