PeerNameRegistration.PeerName Property
Gets or sets the peer name to register with a peer cloud.
Assembly: System.Net (in System.Net.dll)
'Declaration Public Property PeerName As PeerName 'Usage Dim instance As PeerNameRegistration Dim value As PeerName value = instance.PeerName instance.PeerName = value
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 Nothing 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, Windows XP SP2, 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.