ResolveProgressChangedEventArgs.PeerNameRecord Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.