3 references to Cloud
System.Net (3)
net\PeerToPeer\Cloud.cs (3)
45public static readonly Cloud Available = new Cloud("AllAvailable", PnrpScope.All, -1); 50public static readonly Cloud AllLinkLocal = new Cloud("AllLinkLocal", PnrpScope.LinkLocal, -1); 230Cloud c = new Cloud(nativeCloudName, (PnrpScope)((int)cloudinfo.dwScope), (int)cloudinfo.dwScopeId);