Cloud.Scope Property

Definition

Gets the network scope of the peer Cloud.

C#
public System.Net.PeerToPeer.PnrpScope Scope { get; }

Property Value

PnrpScope enumeration value that specifies the PNRP scope of the current peer cloud instance.

Remarks

Clouds are tied very closely to network interfaces. On a multi-homed machine with two network cards attached to different subnets, three network scopes are possible: one for each of the link local addresses per interface, and a single Global scope Cloud.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also