ResolveInfo Class
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.
Defines the information for the endpoint resolution of a registration entry by a peer resolver service.
public ref class ResolveInfo
[System.ServiceModel.MessageContract(IsWrapped=false)]
public class ResolveInfo
[<System.ServiceModel.MessageContract(IsWrapped=false)>]
type ResolveInfo = class
Public Class ResolveInfo
- Inheritance
-
ResolveInfo
- Attributes
Remarks
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.
Constructors
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. |
Properties
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. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
HasBody() |
Indicates whether the body of the message containing a serialized instance of this type is correctly formed. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |