3 references to PeerObject
System.Net (3)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
311
return new
PeerObject
(ConvertGUIDToGuid(po.guid), data, (PeerScope)po.dwPublicationScope);
net\PeerToPeer\Collaboration\Peer.cs (1)
603
PeerObject peerObject = new
PeerObject
(CollaborationHelperFunctions.ConvertGUIDToGuid(pPeerObject->guid), data, (PeerScope)pPeerObject->dwPublicationScope);
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
955
PeerObject peerObject = new
PeerObject
(CollaborationHelperFunctions.ConvertGUIDToGuid(pPeerObject->guid), data, (PeerScope)pPeerObject->dwPublicationScope);