14 references to EndPointCollection
System.Net (14)
net\PeerToPeer\PeerNameRecord.cs (3)
170if (EndPointCollection != null && EndPointCollection.Count != 0) 173foreach(IPEndPoint ipe in EndPointCollection)
net\PeerToPeer\PeerNameRegistration.cs (9)
170return m_PeerNameRecord.EndPointCollection; 362if (m_PeerNameRecord.EndPointCollection.Count == 0) 389int numAddresses = m_PeerNameRecord.EndPointCollection.Count; 398for (int i = 0; i < m_PeerNameRecord.EndPointCollection.Count; i++) 400byte[] sockaddr = SystemNetHelpers.SOCKADDRFromIPEndPoint(m_PeerNameRecord.EndPointCollection[i]); 551if (m_PeerNameRecord.EndPointCollection.Count == 0) 572int numAddresses = m_PeerNameRecord.EndPointCollection.Count; 581for (int i = 0; i < m_PeerNameRecord.EndPointCollection.Count; i++) 583byte[] sockaddr = SystemNetHelpers.SOCKADDRFromIPEndPoint(m_PeerNameRecord.EndPointCollection[i]);
net\PeerToPeer\PeerNameResolver.cs (2)
337record.EndPointCollection.Add(ipe); 705record.EndPointCollection.Add(ipe);