30 references to PeerScope
System.Net (30)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (2)
311
return new PeerObject(ConvertGUIDToGuid(po.guid), data, (
PeerScope
)po.dwPublicationScope);
335
null, null,
PeerScope
.None);
net\PeerToPeer\Collaboration\Peer.cs (1)
603
PeerObject peerObject = new PeerObject(CollaborationHelperFunctions.ConvertGUIDToGuid(pPeerObject->guid), data, (
PeerScope
)pPeerObject->dwPublicationScope);
net\PeerToPeer\Collaboration\PeerApplication.cs (4)
35
private
PeerScope
m_peerScope;
54
string commandLineArgs,
PeerScope
peerScope)
78
m_peerScope = (
PeerScope
) serializationInfo.GetInt32("_Scope");
149
public
PeerScope
PeerScope
net\PeerToPeer\Collaboration\PeerCollaboration.cs (15)
156
public static
PeerScope
SignInScope
165
PeerScope
peerScope =
PeerScope
.None;
268
null, null, null, null,
PeerScope
.None);
319
public static void SignIn(
PeerScope
peerScope)
325
if ((peerScope <
PeerScope
.None) || (peerScope >
PeerScope
.All))
328
if (peerScope ==
PeerScope
.None)
349
public static void SignOut(
PeerScope
peerScope)
357
if ((peerScope <
PeerScope
.None) || (peerScope >
PeerScope
.All))
360
if (peerScope !=
PeerScope
.None){
727
description, data, null, null,
PeerScope
.None);
766
peerApplication.PeerScope = (
PeerScope
)pari.dwPublicationScope;
955
PeerObject peerObject = new PeerObject(CollaborationHelperFunctions.ConvertGUIDToGuid(pPeerObject->guid), data, (
PeerScope
)pPeerObject->dwPublicationScope);
net\PeerToPeer\Collaboration\PeerContact.cs (1)
1092
PeerApplication peerApp = new PeerApplication(CollaborationHelperFunctions.ConvertGUIDToGuid(pPeerApp->guid), description, data, null, null,
PeerScope
.None);
net\PeerToPeer\Collaboration\PeerObject.cs (4)
32
private
PeerScope
m_peerScope;
53
public PeerObject(Guid Id, byte[] data,
PeerScope
peerScope)
71
m_peerScope = (
PeerScope
) serializationInfo.GetInt32("_Scope");
102
public
PeerScope
PeerScope
net\PeerToPeer\Collaboration\UnsafeCollabNativeMethods.cs (3)
693
internal extern static int PeerCollabSignin(IntPtr hwndParent,
PeerScope
dwSignInOptions);
699
internal extern static int PeerCollabSignout(
PeerScope
dwSignInOptions);
702
internal extern static int PeerCollabGetSigninOptions(ref
PeerScope
dwSignInOptions);