System.Net.PeerToPeer.PnrpScope
Specifies the different scopes of a PNRP cloud.
namespace System.Net.PeerToPeer
{
public enum PnrpScope
{
All = 0,
Global = 1,
LinkLocal = 3,
SiteLocal = 2
}
}