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