2 writes to isOnline
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNeighborManager.cs (2)
493
this.
isOnline
= true;
629
this.
isOnline
= false;
3 references to isOnline
System.ServiceModel (3)
System\ServiceModel\Channels\PeerNeighborManager.cs (3)
106
return this.
isOnline
;
490
if (!this.
isOnline
)
627
if (this.
isOnline
&& this.connectedNeighborList.Count == 0)