aspxtreme

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



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 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 aspxtreme