3 writes to _binder
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
60
_binder
= binder;
87
_binder
= binder;
103
_binder
= new BufferedReceiveBinder(_binder);
15 references to _binder
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (15)
103
_binder = new BufferedReceiveBinder(
_binder
);
106
_receiver = new ErrorHandlingReceiver(
_binder
, channelDispatcher);
108
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");
121
get { return
_binder
; }
136
get { return
_binder
.Channel.State == CommunicationState.Opened; }
173
if (
_binder
.Channel.State == CommunicationState.Created)
431
endpoint.DatagramChannel = new ServiceChannel(
_binder
, endpoint, _listener.ChannelDispatcher, _idleManager);
458
_channel = new ServiceChannel(
_binder
, endpoint, _listener.ChannelDispatcher, _idleManager);
502
_listener.ChannelDispatcher.ProvideFault(e, _requestInfo.Channel == null ?
_binder
.Channel.GetProperty<FaultConverter>() : _requestInfo.Channel.GetProperty<FaultConverter>(), ref faultInfo);
596
_binder
.CloseAfterFault(timeoutHelper.RemainingTime());
610
_binder
.Abort();
619
_binder
.CloseAfterFault(CloseAfterFaultTimeout);
632
_binder
.Abort();
772
_binder
.Channel.Open();
800
_binder
.Channel.Abort();