3 writes to Binder
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
56
Binder
= binder;
83
Binder
= binder;
99
Binder
= new BufferedReceiveBinder(Binder);
15 references to Binder
System.ServiceModel.Primitives (15)
System\ServiceModel\Dispatcher\ChannelHandler.cs (15)
99
Binder = new BufferedReceiveBinder(
Binder
);
102
_receiver = new ErrorHandlingReceiver(
Binder
, channelDispatcher);
104
Fx.Assert((_idleManager != null) == (
Binder
.HasSession && _listener.ChannelDispatcher.DefaultCommunicationTimeouts.ReceiveTimeout != TimeSpan.MaxValue), "idle manager is present only when there is a session with a finite receive timeout");
123
get { return
Binder
.Channel.State == CommunicationState.Opened; }
150
BufferedReceiveBinder bufferedBinder = handler.
Binder
as BufferedReceiveBinder;
160
if (
Binder
.Channel.State == CommunicationState.Created)
423
endpoint.DatagramChannel = new ServiceChannel(
Binder
, endpoint, _listener.ChannelDispatcher, _idleManager);
450
Channel = new ServiceChannel(
Binder
, endpoint, _listener.ChannelDispatcher, _idleManager);
494
_listener.ChannelDispatcher.ProvideFault(e, _requestInfo.Channel == null ?
Binder
.Channel.GetProperty<FaultConverter>() : _requestInfo.Channel.GetProperty<FaultConverter>(), ref faultInfo);
588
Binder
.CloseAfterFault(timeoutHelper.RemainingTime());
602
Binder
.Abort();
611
Binder
.CloseAfterFault(CloseAfterFaultTimeout);
624
Binder
.Abort();
772
Binder
.Channel.Open();
800
Binder
.Channel.Abort();