This documentation is archived and is not being maintained.
FindCriteria Class
Visual Studio 2010
Represents the criteria to use when searching for services.
Assembly: System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)
The FindCriteria type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FindCriteria() | Creates a new instance of the FindCriteria. |
![]() | FindCriteria(Type) | Creates a new instance of the FindCriteria class with the specified name of a contract type. |
| Name | Description | |
|---|---|---|
![]() | ContractTypeNames | Gets the collection of contract type names to search for. |
![]() | Duration | Gets or sets a Timespan that specifies the find operation time-out period. |
![]() | Extensions | Gets a collection of extensions in the FindCriteria instance. |
![]() | MaxResults | Gets or sets the maximum number of responses required from the find operation. |
![]() | ScopeMatchBy | Gets or sets a URI that specifies how scopes are matched. |
![]() | Scopes | Gets a collection of absolute URIs that represents scopes used to search for a service. |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateMetadataExchangeEndpointCriteria() | Creates metadata exchange endpoint criteria to use when searching for services. |
![]() ![]() | CreateMetadataExchangeEndpointCriteria(IEnumerable<XmlQualifiedName>) | Creates an object that contains metadata exchange endpoint criteria derived from the specified collection of XML qualified names. |
![]() ![]() | CreateMetadataExchangeEndpointCriteria(Type) | Creates an object that contains metadata exchange endpoint criteria derived from the specified contract type. |
![]() | 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.) |
![]() | IsMatch | Determines whether a set of criteria matches the service described by the specified EndpointDiscoveryMetadata instance. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ScopeMatchByExact | Specifies that scopes are matched by using a case-sensitive comparison (http://schemas.xmlsoap.org/ws/2004/10/discovery/strcmp0) as defined by the WS-Discovery Specification. |
![]() ![]() | ScopeMatchByLdap | Specifies that scopes are matched by using the LDAP method (http://schemas.xmlsoap.org/ws/2004/10/discovery/ldap) as defined by the WS-Discovery Specification. |
![]() ![]() | ScopeMatchByNone | Specifies that scopes are ignored as defined by the WS-Discovery Specification. |
![]() ![]() | ScopeMatchByPrefix | Specifies that scopes are matched using the prefix method (http://schemas.xmlsoap.org/ws/2004/10/discovery/rfc2396) as defined by the WS-Discovery Specification. |
![]() ![]() | ScopeMatchByUuid | Specifies that scopes are matched by using the UUID method (http://schemas.xmlsoap.org/ws/2004/10/discovery/uuid) as defined by the WS-Discovery Specification. |
For more information about using FindCriteria and the Find operation, see Discovery Find and FindCriteria
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), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
