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