This documentation is archived and is not being maintained.

DiscoveryRequestHandler::ProcessRequest Method

Handles an HTTP request for a discovery document, which is serialized to the HTTP response.

Namespace:  System.Web.Services.Discovery
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
virtual void ProcessRequest(
	HttpContext^ context
) sealed

Parameters

context
Type: System.Web::HttpContext
The Request and Response properties of the HttpContext class are used for input and output, respectively.

Implements

IHttpHandler::ProcessRequest(HttpContext)

The ProcessRequest method searches for applicable files within the file system path corresponding to the HTTP request's Uniform Resource Locator (URL). The search may extend to subdirectories and switch target file extensions depending on what it finds in the root search directory.

The search process populates the DiscoveryDocument object's References property with files that are found.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: