Cloud::Scope Property

 

Gets the network scope of the peer Cloud.

Namespace:   System.Net.PeerToPeer
Assembly:  System.Net (in System.Net.dll)

public:
property PnrpScope Scope {
	PnrpScope get();
}

Property Value

Type: System.Net.PeerToPeer::PnrpScope

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

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.

.NET Framework
Available since 3.5
Return to top
Show: