SubscriptionListChangedEventArgs.PeerEndPoint Property

Definition

Specifies the PeerEndPoint for which the subscription notification was received.

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

Property Value

PeerEndPoint object for which the Subscription List was changed.

Applies to

See also