PeerScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the current network scope of a peer.
public enum class PeerScope
public enum PeerScope
type PeerScope =
Public Enum PeerScope
- Inheritance
Fields
Name | Value | Description |
---|---|---|
None | 0 | Specifies that a peer not sign-in to a Peer Collaboration scope. Passing this value to the SignIn(PeerScope) method generates no result. |
NearMe | 1 | Specifies sign-in to the 'NearMe' scope. This scope facilitates connections to all peers on the same subnet via Peer Collaboration Methods. |
Internet | 2 | Specifies sign-in to the 'Internet' scope. This scope facilitates connections with all contacts in the Contact Manager. |
All | 3 | Specifies sign-in to the 'NearMe' scope and 'Internet' scope. |