1 write to dwPublicationScope
System.Net (1)
net\PeerToPeer\Collaboration\PeerCollaboration.cs (1)
815
po.
dwPublicationScope
= (uint)peerObject.PeerScope;
3 references to dwPublicationScope
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
);