4 instantiations of PeerEndPointCollection
System.Net (4)
net\PeerToPeer\Collaboration\Peer.cs (1)
224private PeerEndPointCollection m_peerEndPoints = new PeerEndPointCollection();
net\PeerToPeer\Collaboration\PeerContact.cs (3)
242PeerEndPointCollection peerEndPoints = new PeerEndPointCollection(); 858PeerEndPointCollection peerEndPoints = new PeerEndPointCollection(); 892PeerEndPointCollection peerEndPoints = new PeerEndPointCollection();
23 references to PeerEndPointCollection
System.Net (23)
net\PeerToPeer\Collaboration\Peer.cs (7)
224private PeerEndPointCollection m_peerEndPoints = new PeerEndPointCollection(); 227public virtual PeerEndPointCollection PeerEndPoints 334m_peerEndPoints = (PeerEndPointCollection)serializationInfo.GetValue("_PeerEndPoints", typeof(PeerEndPointCollection)); 803PeerEndPointCollection peerEndPoints, PeerContact peerContact, 1034PeerEndPointCollection m_peerEndPoints; 1039internal InviteAsyncHelper( PeerContact peerContact, Peer parentPeer, PeerEndPointCollection peerEndPoints,
net\PeerToPeer\Collaboration\PeerContact.cs (8)
219public override PeerEndPointCollection PeerEndPoints 242PeerEndPointCollection peerEndPoints = new PeerEndPointCollection(); 669private PeerInvitationResponse InternalInviteAllEndPoints( PeerEndPointCollection peerEndPoints, 788PeerEndPointCollection peerEndPoints = PeerEndPoints; 821PeerEndPointCollection peerEndPoints = PeerEndPoints; 858PeerEndPointCollection peerEndPoints = new PeerEndPointCollection(); 892PeerEndPointCollection peerEndPoints = new PeerEndPointCollection(); 963PeerEndPointCollection peerEndPoints = PeerEndPoints;
net\PeerToPeer\Collaboration\PeerEndPoint.cs (2)
484public class PeerEndPointCollection : Collection<PeerEndPoint>, IEquatable<PeerEndPointCollection> 527public bool Equals(PeerEndPointCollection other)
net\PeerToPeer\Collaboration\PeerNearMe.cs (6)
185PeerEndPointCollection peerEndPoints = peerNearMe.PeerEndPoints; 266PeerEndPointCollection peerEndPoints = PeerEndPoints; 700PeerEndPointCollection peerEndPoints = PeerEndPoints; 734PeerEndPointCollection peerEndPoints = PeerEndPoints; 770PeerEndPointCollection peerEndPoints = PeerEndPoints; 799PeerEndPointCollection peerEndPoints = PeerEndPoints;