3 references to InternalGetObjects
System.Net (3)
net\PeerToPeer\Collaboration\Peer.cs (1)
466
peerObjectCollection =
InternalGetObjects
(objectId, guidSupplied, peerEndPoint);
net\PeerToPeer\Collaboration\PeerContact.cs (2)
1127
return
InternalGetObjects
(Guid.Empty, false, peerEndPoint);
1141
return
InternalGetObjects
(objectId, true, peerEndPoint);