This documentation is archived and is not being maintained.
DiscoveryRequestHandler::ProcessRequest Method
Visual Studio 2010
Handles an HTTP request for a discovery document, which is serialized to the HTTP response.
Assembly: System.Web.Services (in System.Web.Services.dll)
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.
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: