NameChangedEventArgs.PeerContact Property

Definition

Gets the PeerContact associated with the PeerEndPoint.

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

Property Value

The PeerContact associated with the PeerEndPoint.

Remarks

Unless specified, the default value for this property is null.

If the PeerEndPoint is not associated with a contact, this property returns null.

Applies to

See also