FormServerPage.ProcessRequest Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides Page.ProcessRequest(HttpContext).
Namespace: Microsoft.Office.InfoPath.Server.Controls
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Overrides Sub ProcessRequest ( _
context As HttpContext _
)
'Usage
Dim instance As FormServerPage
Dim context As HttpContext
instance.ProcessRequest(context)
public override void ProcessRequest(
HttpContext context
)
Parameters
- context
Type: System.Web.HttpContext
Implements
IHttpHandler.ProcessRequest(HttpContext)