DiscoveryRequestHandler 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.
An ASP.NET HTTP handler that processes a request for a Web services discovery document.
public ref class DiscoveryRequestHandler sealed : System::Web::IHttpHandler
public sealed class DiscoveryRequestHandler : System.Web.IHttpHandler
type DiscoveryRequestHandler = class
interface IHttpHandler
Public NotInheritable Class DiscoveryRequestHandler
Implements IHttpHandler
- Inheritance
-
DiscoveryRequestHandler
- Implements
Remarks
The DiscoveryRequestHandler class, via its ProcessRequest method, processes an HTTP request for a discovery document. A discovery document is represented by the DiscoveryDocument class and is usually serialized as a file using a .disco extension. Web services discovery provides a mechanism for determining the Web services that are available at a given location.
The DiscoveryRequestHandler class normally does not need to be used directly by a developer.
Constructors
DiscoveryRequestHandler() |
Initializes a new instance of the DiscoveryRequestHandler class. |
Properties
IsReusable |
Gets a value of |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
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) |
ProcessRequest(HttpContext) |
Handles an HTTP request for a discovery document, which is serialized to the HTTP response. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |