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