DiscoveryDocumentLinksPattern Class

Definition

Obtains the file locations of Web services discovery documents for use in populating another Web services discovery document.

public ref class DiscoveryDocumentLinksPattern : System::Web::Services::Discovery::DiscoverySearchPattern
public class DiscoveryDocumentLinksPattern : System.Web.Services.Discovery.DiscoverySearchPattern
type DiscoveryDocumentLinksPattern = class
    inherit DiscoverySearchPattern
Public Class DiscoveryDocumentLinksPattern
Inherits DiscoverySearchPattern
Inheritance
DiscoveryDocumentLinksPattern

Remarks

The DiscoveryDocumentLinksPattern 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

DiscoveryDocumentLinksPattern()

Initializes a new instance of the DiscoveryDocumentLinksPattern 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

See also