ResolveCriteria 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.
Represents the criteria to use when resolving a service.
public ref class ResolveCriteria
public class ResolveCriteria
type ResolveCriteria = class
Public Class ResolveCriteria
- Inheritance
-
ResolveCriteria
Remarks
A resolve is performed when a service to which you already have an endpoint reference changes its endpoint address.
Constructors
ResolveCriteria() |
Initializes a new instance of the ResolveCriteria class. |
ResolveCriteria(EndpointAddress) |
Initializes a new instance of the ResolveCriteria class with the specified EndpointAddress. |
Properties
Address |
The endpoint address of the service to resolve. |
Duration |
Gets or sets a TimeSpan that specifies a time span within which the resolve operation must complete before timing out. |
Extensions |
Gets a collection of extensions in the ResolveCriteria instance. |
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) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |