This documentation is archived and is not being maintained.
PeerNameRegistration::PeerName Property
Visual Studio 2010
Gets or sets the peer name to register with a peer cloud.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Net.PeerToPeer::PeerNameAn object of type PeerName that contains values associated with this PeerNameRegistration object. Unless explicitly specified, the default value for all properties is nullptr for reference types.
A peer name can be registered for more than one node; each PeerNameRegistration instance is distinct. The EndPointCollection property associated with each corresponding PeerName instance is different. Also, it is possible to register a peer name for more than one cloud that the node is connected to; each of these registrations is distinct. The peer name's IPEndPointCollection will be different in each of these instances.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, 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: