Op Englesch liesen Editéieren

Deelen iwwer


DiscoveryDocumentSearchPattern Class

Definition

Obtains the file locations of Web services discovery documents for use in populating another Web services discovery document. This class cannot be inherited.

C#
public sealed class DiscoveryDocumentSearchPattern : System.Web.Services.Discovery.DiscoverySearchPattern
Inheritance
DiscoveryDocumentSearchPattern

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)

Applies to

Produkt Versiounen
.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