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