SubscribeCompletedEventArgs.PeerContact Property

Definition

Specifies the PeerContact for which the subscription was requested.

C#
public System.Net.PeerToPeer.Collaboration.PeerContact PeerContact { get; }

Property Value

PeerContact object for which a subscription was requested.

Remarks

This value is null if the subscription is completed for an instance of PeerNearMe that does not have an associated PeerContact.

Applies to

Produkt Versioner
.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