9 references to None
System.Net (9)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
335
null, null, PeerScope.
None
);
net\PeerToPeer\Collaboration\PeerCollaboration.cs (7)
165
PeerScope peerScope = PeerScope.
None
;
268
null, null, null, null, PeerScope.
None
);
325
if ((peerScope < PeerScope.
None
) || (peerScope > PeerScope.All))
328
if (peerScope == PeerScope.
None
)
357
if ((peerScope < PeerScope.
None
) || (peerScope > PeerScope.All))
360
if (peerScope != PeerScope.
None
){
727
description, data, null, null, PeerScope.
None
);
net\PeerToPeer\Collaboration\PeerContact.cs (1)
1092
PeerApplication peerApp = new PeerApplication(CollaborationHelperFunctions.ConvertGUIDToGuid(pPeerApp->guid), description, data, null, null, PeerScope.
None
);