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