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