6 writes to PresenceStatus
System.Net (6)
net\PeerToPeer\Collaboration\ContactManager.cs (1)
755
peerPresenceInfo.
PresenceStatus
= ppi.status;
net\PeerToPeer\Collaboration\MyContact.cs (1)
191
peerPresenceInfo.
PresenceStatus
= ppi.status;
net\PeerToPeer\Collaboration\Peer.cs (1)
404
peerPresenceInfo.
PresenceStatus
= ppi.status;
net\PeerToPeer\Collaboration\PeerCollaboration.cs (2)
56
peerPresenceInfo.
PresenceStatus
= ppi.status;
1301
peerPresenceInfo.
PresenceStatus
= ppi.status;
net\PeerToPeer\Collaboration\PeerContact.cs (1)
1882
peerPresenceInfo.
PresenceStatus
= ppi.status;
3 references to PresenceStatus
System.Net (3)
net\PeerToPeer\Collaboration\Peer.cs (1)
254
if ((presenceInfo != null) && (presenceInfo.
PresenceStatus
== PeerPresenceStatus.Online)){
net\PeerToPeer\Collaboration\PeerCollaboration.cs (2)
83
if (value.
PresenceStatus
== PeerPresenceStatus.Offline)
87
ppi.status = value.
PresenceStatus
;