6 references to IsConnected
System.ServiceModel (6)
System\ServiceModel\Channels\PeerFlooder.cs (3)
263if (PeerNeighborStateHelper.IsConnected(neighbor.State)) 272if (PeerNeighborStateHelper.IsConnected(neighbor.State)) 632if (!PeerNeighborStateHelper.IsConnected(neighbor.State))
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
863return PeerNeighborStateHelper.IsConnected(this.state);
System\ServiceModel\Channels\UtilityExtension.cs (2)
268if (host == null || !PeerNeighborStateHelper.IsConnected(host.State) || total == 0) 308if (host == null || !PeerNeighborStateHelper.IsConnected(host.State))