ResolveProgressChangedEventArgs.PeerNameRecord Property

Definition

Gets the PeerNameRecord object to resolve.

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

Property Value

The peer name record object found in response to a ResolveAsync operation on a specific PeerName.

Unless explicitly specified, the default value for all properties is null for reference types and zero (0) for properties of type int.

Remarks

Unsecured peer names can be registered simultaneously by different users in the same Cloud, and associated with different endpoints. Consequently, the PeerNameResolver class is used to resolve peer names to clouds or peer names to peer name records. The event to report progress is raised each time a peer name is found while the Resolver is querying clouds for the PeerName.

Applies to