9 references to PnrpScope
System.Net (9)
net\PeerToPeer\Cloud.cs (9)
38
private
PnrpScope
m_PnrpScope; //scope of the cloud
45
public static readonly Cloud Available = new Cloud("AllAvailable",
PnrpScope
.All, -1);
50
public static readonly Cloud AllLinkLocal = new Cloud("AllLinkLocal",
PnrpScope
.LinkLocal, -1);
75
internal Cloud(string name,
PnrpScope
pnrpScope, int scopeId) {
108
public
PnrpScope
Scope {
230
Cloud c = new Cloud(nativeCloudName, (
PnrpScope
)((int)cloudinfo.dwScope), (int)cloudinfo.dwScopeId);
244
if (bGlobalCloudOnly && c.Scope ==
PnrpScope
.Global)
331
m_PnrpScope = (
PnrpScope
)info.GetValue("_CloudScope", typeof(
PnrpScope
));