Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 GetDataConnectionFilePage
Dim context As HttpContext
instance.ProcessRequest(context)
public override void ProcessRequest(
HttpContext context
)
Parameters
- context
Type: System.Web.HttpContext
Implements
IHttpHandler.ProcessRequest(HttpContext)
IHttpHandler.ProcessRequest(HttpContext)
See Also
Reference
GetDataConnectionFilePage Class