ESRI.ArcGIS.ADF.Connection | |
ProcessRequest Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Connection.IMS Namespace > ArcXMLHandler Class : ProcessRequest Method |
- context
- Specifies Http context.
Visual Basic (Declaration) | |
---|---|
Public Sub ProcessRequest( _ ByVal context As HttpContext _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ArcXMLHandler Dim context As HttpContext instance.ProcessRequest(context) |
C# | |
---|---|
public void ProcessRequest( HttpContext context ) |
Parameters
- context
- Specifies Http context.
Return Value
voidProcesses ArcIMS AXL request and command request. Exception thrown during processing of request is returned as message in HttpContext response.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family