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