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