asp.net.ph

HttpContext Constructor ( HttpWorkerRequest )

Initializes a new instance of the HttpContext class.

[ VB ]
Public Sub New ( _
   ByVal wr As HttpWorkerRequest _
)

[ C# ]
public HttpContext (
   HttpWorkerRequest wr
);

[ C++ ]
public: HttpContext (
   HttpWorkerRequest* wr
);

[ JScript ]
public function HttpContext (
   wr : HttpWorkerRequest
);

Parameters

wr
The HttpWorkerRequest object for the current HTTP request.
See Also

HttpContext Members   HttpContext Constructor Overload List Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note