Standard constructor.
Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub New( _ ByVal http As HttpContext _ ) |
| C# |
|---|
| public AjaxRequestEventArgs( HttpContext http ) |
| C++ |
|---|
| public: AjaxRequestEventArgs( HttpContext http ) sealed |
| J# |
|---|
| public AjaxRequestEventArgs( HttpContext http ) |
| JScript |
|---|
| public function AjaxRequestEventArgs( http : HttpContext ) |
Parameters
- http
- The HTTP request.