473,398 Members | 2,165 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

http context

Hi all i have read about http context and was able to figure out about
httpcontext which contains all the information about the request but i
am not clear as to what exactly i contains
can anyone help me with any example or reference so that i could be
able to understand better what it is
thanks for replying me.

Jun 5 '06 #1
2 1046
Most of the information about the request belong to the HttpRequest object.
When you are on a page, you can just access it via "Request." much like you
would in classic ASP. Here's all it's members:

http://msdn2.microsoft.com/en-us/sys...t_members.aspx

Karl

--
http://www.openmymind.net/

"jack" <ga**********@gmail.com> wrote in message
news:11*********************@u72g2000cwu.googlegro ups.com...
Hi all i have read about http context and was able to figure out about
httpcontext which contains all the information about the request but i
am not clear as to what exactly i contains
can anyone help me with any example or reference so that i could be
able to understand better what it is
thanks for replying me.

Jun 5 '06 #2
Thanks for replying me im trying to do an excersise on it

Jun 6 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Dennis C. Drumm | last post by:
Is there a way to modify the standard context menu shown when someone right clicks in a windows text box and that would work for all open windows applications? The standard context menu for...
0
by: Anonieko Ramos | last post by:
Answer. Use IHttpHandler. thanks Ro ry for coming up with this code. It processes css file to add variables. neat idea using System; using System.IO; using System.Text; using...
2
by: dave | last post by:
This little problem is driving me nuts!! On my webform page I create 2 variables.. Protected p_dml As String = "I" Public Const mwv_id As Integer = 0 ' originally had mwv_id as Protected
2
by: Eric Dan | last post by:
Hi, I have written a simple HTTP handler (inherited IHttpHandler) to handle requests for specific extensions. Basically it works. However when trying to access the context.Session object inside...
0
by: thinkfr33ly | last post by:
Is there any way, either via an ASHX file or lines in a code behind, to enable output caching for an HTTP Handler? This is driving me nuts. Nothing I try works. I've tried this in the...
2
by: GWiz | last post by:
All, I am trying to write a multi-threaded HTTP module that handles the OnBeginRequest and logs it. What I am trying to do is to offload the logging to another thread which will allow the http...
1
by: Chintan | last post by:
Hi i want to make my own http handler can ne one help me or Guide how to do??
3
by: computer_guy | last post by:
Hi Everyone, I run into a problem. I am trying to write an aspx that can dynamically generate an image based on some input parameters. Things are very simple if the size of the parameters is...
5
by: Tem | last post by:
I need to write a custom handler when the handler is accessed, it returns the photo in jpg with 2 lines on the bottom of the image. lower left "Taken by" lower right "January 2 2008" This is...
1
by: hb | last post by:
I have created an HTTP Handler. For simplicity of testing, it is: public class FetchItem : IHttpHandler { public bool IsReusable { get { return true; } } public void ProcessRequest(HttpContext...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.