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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph