DiscoverySearchPattern 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.
Establishes an interface for file extension search patterns for discoverable file types.
public ref class DiscoverySearchPattern abstract
public abstract class DiscoverySearchPattern
type DiscoverySearchPattern = class
Public MustInherit Class DiscoverySearchPattern
- Inheritance
-
DiscoverySearchPattern
- Derived
Remarks
You can use the DiscoveryDocument.References property to add a discoverable file type to a Web services document. While a discovery document is usually serialized as a file using a .disco extension, you can add multiple files to the References property, and those files can have other extensions, represented by implementations of DiscoverySearchPattern .
The DiscoverySearchPattern class and its concrete derived classes are 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
DiscoverySearchPattern() |
Initializes a new instance of the DiscoverySearchPattern 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) |
When overridden in a derived class, returns the DiscoveryReference object for a given file name. |
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) |