1 override of PeerEndPoints
System.Net (1)
net\PeerToPeer\Collaboration\PeerContact.cs (1)
219
public override PeerEndPointCollection
PeerEndPoints
28 references to PeerEndPoints
System.Net (28)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
290
peerNearMe.
PeerEndPoints
.Add(peerEP);
net\PeerToPeer\Collaboration\ContactManager.cs (7)
1394
if ((peerNearMe.
PeerEndPoints
== null) || (peerNearMe.
PeerEndPoints
.Count == 0) || (peerNearMe.
PeerEndPoints
[0].EndPoint == null))
1399
PeerEndPoint peerEndPoint = peerNearMe.
PeerEndPoints
[0];
1527
if ((peerNearMe.
PeerEndPoints
== null) || (peerNearMe.
PeerEndPoints
.Count == 0) || (peerNearMe.
PeerEndPoints
[0].EndPoint == null))
net\PeerToPeer\Collaboration\Peer.cs (7)
245
foreach (PeerEndPoint peerEndPoint in
PeerEndPoints
){
464
foreach (PeerEndPoint peerEndPoint in
PeerEndPoints
)
912
if (other.
PeerEndPoints
!= null){
913
return other.
PeerEndPoints
.Equals(
PeerEndPoints
);
921
return
PeerEndPoints
.ToString();
952
info.AddValue("_PeerEndPoints",
PeerEndPoints
);
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
443
peerNearMe.
PeerEndPoints
.Add(CollaborationHelperFunctions.ConvertPEER_ENDPOINTToPeerEndPoint(pe));
net\PeerToPeer\Collaboration\PeerNearMe.cs (12)
185
PeerEndPointCollection peerEndPoints = peerNearMe.
PeerEndPoints
;
266
PeerEndPointCollection peerEndPoints =
PeerEndPoints
;
327
if (
PeerEndPoints
[0].Equals(peerEndPoint)){
700
PeerEndPointCollection peerEndPoints =
PeerEndPoints
;
705
PeerEndPoint peerEndPoint =
PeerEndPoints
[0];
734
PeerEndPointCollection peerEndPoints =
PeerEndPoints
;
739
PeerEndPoint peerEndPoint =
PeerEndPoints
[0];
770
PeerEndPointCollection peerEndPoints =
PeerEndPoints
;
775
InternalInviteAsync(appGuid, null, null,
PeerEndPoints
, null, userToken);
799
PeerEndPointCollection peerEndPoints =
PeerEndPoints
;
902
Logging.P2PTraceSource.TraceEvent(TraceEventType.Information, 0, "\tNumber of Endpoints: {0}",
PeerEndPoints
.Count);
906
foreach (PeerEndPoint peerEndPoint in
PeerEndPoints
)