1 write to config
System.ServiceModel (1)
System\ServiceModel\Channels\PeerConnector.cs (1)
51this.config = config;
8 references to config
System.ServiceModel (8)
System\ServiceModel\Channels\PeerConnector.cs (8)
126timer.Set(this.config.ConnectTimeout); 293if (this.neighborManager.ConnectedNeighborCount < this.config.MaxNeighbors) 345if (this.neighborManager.ConnectedNeighborCount >= this.config.MaxNeighbors) 565PeerNodeAddress listenAddress = this.config.GetListenAddress(true); 568ConnectInfo connectInfo = new ConnectInfo(this.config.NodeId, listenAddress); 619WelcomeInfo welcomeInfo = new WelcomeInfo(this.config.NodeId, referrals); 641else if (neighborNodeId == this.config.NodeId) 676else if (this.config.NodeId > neighborNodeId)