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