1 instantiation of IPEndPointCollection
System.Net (1)
net\PeerToPeer\PeerNameRecord.cs (1)
23private IPEndPointCollection m_EndPointCollection = new IPEndPointCollection();
5 references to IPEndPointCollection
System.Net (5)
net\PeerToPeer\PeerNameRecord.cs (4)
23private IPEndPointCollection m_EndPointCollection = new IPEndPointCollection(); 38m_EndPointCollection = info.GetValue("_EndpointList", typeof(IPEndPointCollection)) as IPEndPointCollection; 113public IPEndPointCollection EndPointCollection
net\PeerToPeer\PeerNameRegistration.cs (1)
166public IPEndPointCollection EndPointCollection