Click or drag to resize

SAMLServiceProviderWebhookOnProcessRequest Method

Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.

Namespace:  NetQuarry.Services.SAML
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public override void OnProcessRequest(
	HttpContext context
)

Parameters

context
Type: System.WebHttpContext
An HttpContext object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests
See Also