3 references to MaxNeighbors
System.ServiceModel (3)
System\ServiceModel\Channels\PeerConnector.cs (3)
47
Fx.Assert(config.
MaxNeighbors
> 0, "MaxNeighbors is expected to be non-zero positive value");
293
if (this.neighborManager.ConnectedNeighborCount < this.config.
MaxNeighbors
)
345
if (this.neighborManager.ConnectedNeighborCount >= this.config.
MaxNeighbors
)