DiscoveryDocumentSearchPattern 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.
Obtains the file locations of Web services discovery documents for use in populating another Web services discovery document. This class cannot be inherited.
public ref class DiscoveryDocumentSearchPattern sealed : System::Web::Services::Discovery::DiscoverySearchPattern
	public sealed class DiscoveryDocumentSearchPattern : System.Web.Services.Discovery.DiscoverySearchPattern
	type DiscoveryDocumentSearchPattern = class
    inherit DiscoverySearchPattern
	Public NotInheritable Class DiscoveryDocumentSearchPattern
Inherits DiscoverySearchPattern
		- Inheritance
 
Remarks
The DiscoveryDocumentSearchPattern class inherits from the abstract DiscoverySearchPattern class and is employed by the DiscoveryRequestHandler class's ProcessRequest method, which handles an HTTP request for a discovery document. Normally, none of these classes need to be used directly by a developer.
Constructors
| DiscoveryDocumentSearchPattern() | 
		 Initializes a new instance of the DiscoveryDocumentSearchPattern class.  | 
        	
Properties
| Pattern | 
		 Gets the file name pattern to use as a search target.  | 
        	
Methods
| Equals(Object) | 
		 Determines whether the specified object is equal to the current object. (Inherited from Object) | 
        	
| GetDiscoveryReference(String) | 
		 Returns the DiscoveryDocumentReference object for a given discovery document.  | 
        	
| 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) |