PeerScope Enum

Definition

Specifies the current network scope of a peer.

public enum class PeerScope
public enum PeerScope
type PeerScope = 
Public Enum PeerScope
Inheritance
PeerScope

Fields

All 3

Specifies sign-in to the 'NearMe' scope and 'Internet' scope.

Internet 2

Specifies sign-in to the 'Internet' scope. This scope facilitates connections with all contacts in the Contact Manager.

NearMe 1

Specifies sign-in to the 'NearMe' scope. This scope facilitates connections to all peers on the same subnet via Peer Collaboration Methods.

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.

Applies to

See also