1 write to PeerName
System.Net (1)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
134peerContact.PeerName = new PeerName(pc.pwzPeerName);
16 references to PeerName
System.Net (16)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
193pc.pwzPeerName = peerContact.PeerName.ToString();
net\PeerToPeer\Collaboration\ContactManager.cs (2)
1688DeleteContact(peerContact.PeerName); 1749if (peerContact.PeerName == null)
net\PeerToPeer\Collaboration\PeerContact.cs (13)
359int errorCode = UnsafeCollabNativeMethods.PeerCollabExportContact(PeerName.ToString(), ref xmlContact); 418errorCode = UnsafeCollabNativeMethods.PeerCollabGetContact(peerContact.PeerName.ToString(), 1912if (other.PeerName != null){ 1913return other.PeerName.Equals(PeerName); 1915else if (PeerName == null) 1940if (comparandPeerContact1.PeerName != null){ 1941return comparandPeerContact1.PeerName.Equals(comparandPeerContact2.PeerName); 1943else if (comparandPeerContact2.PeerName == null) 1954return ((PeerName == null) ? 0 : PeerName.GetHashCode()); 2019Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tPeerName: {0}", PeerName);