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