1 implementation of IsConnected
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
859public bool IsConnected
6 references to IsConnected
System.ServiceModel (6)
System\ServiceModel\Channels\PeerConnector.cs (1)
256if (neighbor.IsConnected)
System\ServiceModel\Channels\PeerFlooder.cs (1)
107if (peer.IsConnected && extension != null)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1713if (utility == null || !peer.IsConnected)
System\ServiceModel\Channels\UtilityExtension.cs (3)
144if (peer == null || !peer.IsConnected) 380if (!neighbor.IsConnected) 434if (peer == null || !peer.IsConnected)