6 references to PeerPresenceStatus
System.Net (6)
net\PeerToPeer\Collaboration\Peer.cs (1)
254
if ((presenceInfo != null) && (presenceInfo.PresenceStatus ==
PeerPresenceStatus
.Online)){
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
83
if (value.PresenceStatus ==
PeerPresenceStatus
.Offline)
net\PeerToPeer\Collaboration\PeerPresenceInfo.cs (3)
16
private
PeerPresenceStatus
m_peerPresenceStatus;
21
public PeerPresenceInfo(
PeerPresenceStatus
presenceStatus, string description) {
26
public
PeerPresenceStatus
PresenceStatus
net\PeerToPeer\Collaboration\UnsafeCollabNativeMethods.cs (1)
191
internal
PeerPresenceStatus
status;