7 references to ContactManager
System.Net (7)
net\PeerToPeer\Collaboration\PeerContact.cs (2)
479PeerCollaboration.ContactManager.UpdateContact(this); 611PeerCollaboration.ContactManager.UpdateContact(this);
net\PeerToPeer\Collaboration\PeerNearMe.cs (5)
124peerContact = PeerCollaboration.ContactManager.CreateContact(this); 125PeerCollaboration.ContactManager.AddContact(peerContact); 145peerContact = PeerCollaboration.ContactManager.CreateContact(this); 146PeerCollaboration.ContactManager.AddContact(peerContact); 157PeerCollaboration.ContactManager.UpdateContact(peerContact);