This documentation is archived and is not being maintained.
PeerScope Enumeration
Visual Studio 2008
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, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: