3 instantiations of PeerObjectCollection
System.Net (3)
net\PeerToPeer\Collaboration\Peer.cs (2)
486
peerObjectCollection = new
PeerObjectCollection
();
526
PeerObjectCollection peerObjectColl = new
PeerObjectCollection
();
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
904
PeerObjectCollection peerObjectColl = new
PeerObjectCollection
();
10 references to PeerObjectCollection
System.Net (10)
net\PeerToPeer\Collaboration\Peer.cs (6)
424
public
PeerObjectCollection
GetObjects()
438
public
PeerObjectCollection
GetObjects(Guid objectId)
451
private
PeerObjectCollection
InternalGetAllObjects(Guid objectId, bool guidSupplied)
457
PeerObjectCollection
peerObjectCollection;
519
internal static
PeerObjectCollection
InternalGetObjects(Guid objectId, bool guidSupplied, PeerEndPoint peerEndPoint)
526
PeerObjectCollection
peerObjectColl = new PeerObjectCollection();
net\PeerToPeer\Collaboration\PeerCollaboration.cs (2)
896
public static
PeerObjectCollection
GetLocalSetObjects()
904
PeerObjectCollection
peerObjectColl = new PeerObjectCollection();
net\PeerToPeer\Collaboration\PeerContact.cs (2)
1120
public
PeerObjectCollection
GetObjects(PeerEndPoint peerEndPoint)
1134
public
PeerObjectCollection
GetObjects(PeerEndPoint peerEndPoint, Guid objectId)