IMapperHandleRequest Method |
Handle a specific HTTP request.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax void HandleRequest(
string sRequest,
HttpContext cxt,
long nFlags,
Object Param1,
Object Param2
)
Sub HandleRequest (
sRequest As String,
cxt As HttpContext,
nFlags As Long,
Param1 As Object,
Param2 As Object
)
Parameters
- sRequest
- Type: SystemString
The request. - cxt
- Type: System.WebHttpContext
The web context. - nFlags
- Type: SystemInt64
Request-specific flags. - Param1
- Type: SystemObject
Request-specific parameter #1. - Param2
- Type: SystemObject
Request-specific parameter #2.
See Also