3 writes to channel
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ListenerHandler.cs (3)
316this.channel = new ListenerChannel(binder); 381this.channel = this.CompleteAccept(result); 550this.channel = null;
6 references to channel
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ListenerHandler.cs (6)
79get { return this.channel; } 317this.idleManager = SessionIdleManager.CreateIfNeeded(this.channel.Binder, this.channelDispatcher.DefaultCommunicationTimeouts.ReceiveTimeout); 383if (this.channel != null) 386this.idleManager = SessionIdleManager.CreateIfNeeded(this.channel.Binder, this.channelDispatcher.DefaultCommunicationTimeouts.ReceiveTimeout); 415if ((this.channel != null) && (this.throttle != null) && (this.channelDispatcher.Session)) 548ListenerChannel channel = this.channel;