NameChangedEventArgs.PeerEndPoint Proprietà

Definizione

Ottiene l'oggetto PeerEndPoint associato all'oggetto Name.

public:
 property System::Net::PeerToPeer::Collaboration::PeerEndPoint ^ PeerEndPoint { System::Net::PeerToPeer::Collaboration::PeerEndPoint ^ get(); };
public System.Net.PeerToPeer.Collaboration.PeerEndPoint PeerEndPoint { get; }
member this.PeerEndPoint : System.Net.PeerToPeer.Collaboration.PeerEndPoint
Public ReadOnly Property PeerEndPoint As PeerEndPoint

Valore della proprietà

Oggetto PeerEndPoint associato alla proprietà Name.

Commenti

A meno che venga specificato, il valore predefinito di questa proprietà è null.

Se l'oggetto PeerEndPoint non è associato a un contatto, questa proprietà restituisce null.

Si applica a

Vedi anche