Cloud.Scope Property

Definition

Gets the network scope of the peer Cloud.

public:
 property System::Net::PeerToPeer::PnrpScope Scope { System::Net::PeerToPeer::PnrpScope get(); };
public System.Net.PeerToPeer.PnrpScope Scope { get; }
member this.Scope : System.Net.PeerToPeer.PnrpScope
Public ReadOnly Property Scope As PnrpScope

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

See also