1 override of PeerEndPoints
System.Net (1)
net\PeerToPeer\Collaboration\PeerContact.cs (1)
219public override PeerEndPointCollection PeerEndPoints
28 references to PeerEndPoints
System.Net (28)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
290peerNearMe.PeerEndPoints.Add(peerEP);
net\PeerToPeer\Collaboration\ContactManager.cs (7)
1394if ((peerNearMe.PeerEndPoints == null) || (peerNearMe.PeerEndPoints.Count == 0) || (peerNearMe.PeerEndPoints[0].EndPoint == null)) 1399PeerEndPoint peerEndPoint = peerNearMe.PeerEndPoints[0]; 1527if ((peerNearMe.PeerEndPoints == null) || (peerNearMe.PeerEndPoints.Count == 0) || (peerNearMe.PeerEndPoints[0].EndPoint == null))
net\PeerToPeer\Collaboration\Peer.cs (7)
245foreach (PeerEndPoint peerEndPoint in PeerEndPoints){ 464foreach (PeerEndPoint peerEndPoint in PeerEndPoints) 912if (other.PeerEndPoints != null){ 913return other.PeerEndPoints.Equals(PeerEndPoints); 921return PeerEndPoints.ToString(); 952info.AddValue("_PeerEndPoints", PeerEndPoints);
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
443peerNearMe.PeerEndPoints.Add(CollaborationHelperFunctions.ConvertPEER_ENDPOINTToPeerEndPoint(pe));
net\PeerToPeer\Collaboration\PeerNearMe.cs (12)
185PeerEndPointCollection peerEndPoints = peerNearMe.PeerEndPoints; 266PeerEndPointCollection peerEndPoints = PeerEndPoints; 327if (PeerEndPoints[0].Equals(peerEndPoint)){ 700PeerEndPointCollection peerEndPoints = PeerEndPoints; 705PeerEndPoint peerEndPoint = PeerEndPoints[0]; 734PeerEndPointCollection peerEndPoints = PeerEndPoints; 739PeerEndPoint peerEndPoint = PeerEndPoints[0]; 770PeerEndPointCollection peerEndPoints = PeerEndPoints; 775InternalInviteAsync(appGuid, null, null, PeerEndPoints, null, userToken); 799PeerEndPointCollection peerEndPoints = PeerEndPoints; 902Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tNumber of Endpoints: {0}", PeerEndPoints.Count); 906foreach (PeerEndPoint peerEndPoint in PeerEndPoints)