This documentation is archived and is not being maintained.
PeerNameResolver Class
Visual Studio 2010
Specifies the values that resolve a PeerName to a PeerNameRecord using the PNRP Namespace Provider API protocol.
Assembly: System.Net (in System.Net.dll)
The PeerNameResolver type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnResolveCompleted | Returns peer resolution data after the ResolveCompleted event is raised. |
![]() | OnResolveProgressChanged | Returns peer resolution progress data when the ResolveProgressChanged event is raised. |
![]() | Resolve(PeerName) | Resolves the specified PeerName in all clouds known to the calling peer. |
![]() | Resolve(PeerName, Int32) | Resolves the specified peer name in all clouds known to the calling peer, returning no more than the specified number of PeerNameRecord objects. |
![]() | Resolve(PeerName, Cloud) | Resolves the specified PeerName in the specified Cloud. |
![]() | Resolve(PeerName, Cloud, Int32) | Resolves the specified PeerName in the specified Cloud, returning no more than the specified number of PeerNameRecord objects. |
![]() | ResolveAsync(PeerName, Object) | Begins an asynchronous peer name resolution operation for the specified PeerName in all clouds known to the calling peer. |
![]() | ResolveAsync(PeerName, Int32, Object) | Begins an asynchronous peer name resolution operation for the specified PeerName in all clouds known to the calling peer, returning no more than maxRecords entries for the peer name. |
![]() | ResolveAsync(PeerName, Cloud, Object) | Begins an asynchronous peer name resolution operation for the specified PeerName in the specified Cloud. |
![]() | ResolveAsync(PeerName, Cloud, Int32, Object) | Begins an asynchronous peer name resolution operation for the specified PeerName in the specified Cloud. The resolution operation will resolve no more than maxRecords entries for the specified peer name. |
![]() | ResolveAsyncCancel | Cancels the specified asynchronous peer name resolution request. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | ResolveCompleted | The ResolveCompleted event is signaled when a peer name resolution request for a specific PeerName has completed. |
![]() | ResolveProgressChanged | This event is signaled whenever a PeerNameRecord object is found in response to a ResolveAsync operation for a specific PeerName. |
A PeerNameRecord which contains all the information for the PeerName that was published in the Cloud or cloud(s) that were queried during the resolve process.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
