1 write to m_EndPointCollection
System.Net (1)
net\PeerToPeer\PeerNameRecord.cs (1)
38
m_EndPointCollection
= info.GetValue("_EndpointList", typeof(IPEndPointCollection)) as IPEndPointCollection;
2 references to m_EndPointCollection
System.Net (2)
net\PeerToPeer\PeerNameRecord.cs (2)
64
info.AddValue("_EndpointList",
m_EndPointCollection
);
117
return
m_EndPointCollection
;