5 writes to IsSubscribed
System.Net (5)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
140
peerContact.
IsSubscribed
= (isMyContact ? true : pc.fWatch);
net\PeerToPeer\Collaboration\PeerContact.cs (4)
477
IsSubscribed
= true;
482
IsSubscribed
= false;
608
IsSubscribed
= false;
614
IsSubscribed
= true;
3 references to IsSubscribed
System.Net (3)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
194
pc.fWatch = peerContact.
IsSubscribed
;
net\PeerToPeer\Collaboration\PeerContact.cs (2)
455
if (
IsSubscribed
){
603
if (!
IsSubscribed
)