DiscoveryRequestHandler.ProcessRequest(HttpContext) Method

Definition

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

public:
 virtual void ProcessRequest(System::Web::HttpContext ^ context);
public void ProcessRequest (System.Web.HttpContext context);
abstract member ProcessRequest : System.Web.HttpContext -> unit
override this.ProcessRequest : System.Web.HttpContext -> unit
Public Sub ProcessRequest (context As HttpContext)

Parameters

context
HttpContext

The Request and Response properties of the HttpContext class are used for input and output, respectively.

Implements

Remarks

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.

Applies to