ResolveCompletedEventArgs::PeerNameRecordCollection Property
.NET Framework (current version)
Gets the PeerNameRecordCollection object to resolve.
Assembly: System.Net (in System.Net.dll)
public: property PeerNameRecordCollection^ PeerNameRecordCollection { PeerNameRecordCollection^ get(); }
Property Value
Type: System.Net.PeerToPeer::PeerNameRecordCollection^The PeerNameRecordCollection object to resolve is the one found in response to a ResolveAsync operation on a specific PeerName.
This event is raised when all clouds have been queried for this peer name, or when the maximum number of peer name records has been retrieved. It is raised by putting the peer name record collection into the ResolveCompletedEventArgs event argument for which the OnResolveCompleted method is waiting. The change in state awakens the process.
Unless explicitly specified, the default value for all properties is null for reference types and zero (0) for properties of type int. If no records were found, null is returned.
.NET Framework
Available since 3.5
Available since 3.5
Show: