1 write to channelDispatcher
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
45this.channelDispatcher = channelDispatcher;
23 references to channelDispatcher
System.ServiceModel (23)
System\ServiceModel\Dispatcher\ListenerHandler.cs (23)
46if (!((this.channelDispatcher != null))) 74get { return this.channelDispatcher; } 125this.channelDispatcher.Channels.IncrementActivityCount(); 126if (this.channelDispatcher.IsTransactedReceive && this.channelDispatcher.ReceiveContextEnabled && this.channelDispatcher.MaxTransactedBatchSize > 0) 279IChannel[] channels = this.channelDispatcher.Channels.ToArray(); 317this.idleManager = SessionIdleManager.CreateIfNeeded(this.channel.Binder, this.channelDispatcher.DefaultCommunicationTimeouts.ReceiveTimeout); 386this.idleManager = SessionIdleManager.CreateIfNeeded(this.channel.Binder, this.channelDispatcher.DefaultCommunicationTimeouts.ReceiveTimeout); 415if ((this.channel != null) && (this.throttle != null) && (this.channelDispatcher.Session)) 493IChannel[] channels = this.channelDispatcher.Channels.ToArray(); 541IChannel[] channels = this.channelDispatcher.Channels.ToArray(); 561this.channelDispatcher.Channels.Add(channel.Binder.Channel); 594if (this.throttle != null && this.channelDispatcher.Session) 618this.channelDispatcher.Channels.DecrementActivityCount(); 645this.channelDispatcher.Channels.CloseInput(); 651this.channelDispatcher.Channels.Abort(); 663this.channelDispatcher.Channels.CloseInput(); 669return this.channelDispatcher.Channels.BeginClose(timeoutHelper.RemainingTime(), callback, state); 680this.channelDispatcher.Channels.CloseInput(); 686this.channelDispatcher.Channels.Close(timeoutHelper.RemainingTime()); 691this.channelDispatcher.Channels.EndClose(result); 696return this.channelDispatcher.HandleError(e);