ResolveInfo Class
Defines the information for the endpoint resolution of a registration entry by a peer resolver service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | ResolveInfo() | Initializes a new default instance of the ResolveInfo class. |
![]() | ResolveInfo(Guid, String^, Int32) | Initializes a new instance of the ResolveInfo class with the provided client ID and mesh ID, as well as the maximum number of endpoint addresses to return. |
| Name | Description | |
|---|---|---|
![]() | ClientId | Gets the ID for the registration entry to resolve. |
![]() | MaxAddresses | Gets the maximum number of client endpoint addresses to be returned by the resolve operation. |
![]() | MeshId | Gets the mesh ID for the entry whose endpoint addresses will be resolved. |
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | HasBody() | Indicates whether the body of the message containing a serialized instance of this type is correctly formed. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class represents information sent from a peer node to a peer resolver service when requesting the endpoints for a specific peer node registered with the service.
Instances of this class are primarily used to pass endpoint resolution information to the resolver service from a network client of that service.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


