DiscoverySearchPattern Class

Definition

Establishes an interface for file extension search patterns for discoverable file types.

C#
public abstract 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)

Applies to

Produkt Verzie
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also