- context
- The System.Web.HttpContext.Request and System.Web.HttpContext.Response properties of the System.Web.HttpContext class are used for input and output, respectively.
The DiscoveryRequestHandler.ProcessRequest(System.Web.HttpContext) 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 System.Web.Services.Discovery.DiscoveryDocument object's DiscoveryDocument.References property with files that are found.