Ανάγνωση στα Αγγλικά Επεξεργασία

Κοινή χρήση μέσω


PeerNameRegistration.PeerName Property

Definition

Gets or sets the peer name to register with a peer cloud.

public System.Net.PeerToPeer.PeerName PeerName { get; set; }

Property Value

An object of type PeerName that contains values associated with this PeerNameRegistration object. Unless explicitly specified, the default value for all properties is null for reference types.

Remarks

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.

Applies to

Προϊόν Εκδόσεις
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also