This documentation is archived and is not being maintained.
PeerScope Enumeration
Visual Studio 2010
Specifies the current network scope of a peer.
Assembly: System.Net (in System.Net.dll)
| Member name | Description | |
|---|---|---|
| None | Specifies that a peer not sign-in to a Peer Collaboration scope. Passing this value to the SignIn method generates no result. | |
| NearMe | Specifies sign-in to the 'NearMe' scope. This scope facilitates connections to all peers on the same subnet via Peer Collaboration Methods. | |
| Internet | Specifies sign-in to the 'Internet' scope. This scope facilitates connections with all contacts in the Contact Manager. | |
| All | Specifies sign-in to the 'NearMe' scope and 'Internet' scope. |
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: