1 write to _listener
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
88
_listener
= listener;
17 references to _listener
dotnet-svcutil-lib (17)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (17)
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");
112
if (
_listener
.State == CommunicationState.Opened)
114
_listener
.ChannelDispatcher.Channels.IncrementActivityCount();
427
lock (
_listener
.ThisLock)
431
endpoint.DatagramChannel = new ServiceChannel(_binder, endpoint,
_listener
.ChannelDispatcher, _idleManager);
442
return
_listener
.Endpoints.Lookup(message, out addressMatched);
458
_channel = new ServiceChannel(_binder, endpoint,
_listener
.ChannelDispatcher, _idleManager);
490
if (
_listener
!= null)
492
_listener
.ChannelDispatcher.InitializeChannel((IClientChannel)channel.Proxy);
500
if (
_listener
!= null)
502
_listener
.ChannelDispatcher.ProvideFault(e, _requestInfo.Channel == null ? _binder.Channel.GetProperty<FaultConverter>() : _requestInfo.Channel.GetProperty<FaultConverter>(), ref faultInfo);
524
if (
_listener
!= null)
526
return
_listener
.ChannelDispatcher.HandleError(e, ref faultInfo);
675
_listener
.ChannelDispatcher.Channels.DecrementActivityCount();
795
_listener
.ChannelDispatcher.Channels.DecrementActivityCount();
896
if (
_listener
!= null)
898
enableFaults =
_listener
.ChannelDispatcher.EnableFaults;