ContractSearchPattern 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 and descriptions of ASP.NET Web services. This class cannot be inherited.
public ref class ContractSearchPattern sealed : System::Web::Services::Discovery::DiscoverySearchPattern
public sealed class ContractSearchPattern : System.Web.Services.Discovery.DiscoverySearchPattern
type ContractSearchPattern = class
inherit DiscoverySearchPattern
Public NotInheritable Class ContractSearchPattern
Inherits DiscoverySearchPattern
- Inheritance
Remarks
The ContractSearchPattern 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
ContractSearchPattern() |
Initializes a new instance of the ContractSearchPattern 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) |
Creates the ContractReference object for the specified .asmx file. |
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) |