Httpcontext objects?

Answers were Sorted based on User's Feedback



Httpcontext objects?..

Answer / rashmi tiwari

An HttpContext object will encapsulate specific details of
a single HTTP request. Properties of this class include the
Request object, the Response object, the Session object,
and an AllErrors property which keeps an array of Exception
objects accrued during the current request.

Is This Answer Correct ?    5 Yes 1 No

Httpcontext objects?..

Answer / vinod mathew

Following are members of System.Web.HTTPContext

1.Application
2.Application Instance
3.Cache
4.Previous Handler
5.Profile
6.Request
7.Server
8.Session

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

If foreground completes its processing will it wait for background threads?

1 Answers   Kanbay,


How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am taking One project A.. in which code is implemented using C# langugge. And Another Project B..in Which Code is implemented using VB.NET. Suppose I am creating Project C. i am adding Reference of Project A and B to Project C. So, in Project C, how to identify Project A is Complied through CSCompliler? And Project B is Compiled VBCompiler at Runtime?

1 Answers  


what are the aggregate functions in ASP.NET?

1 Answers   CTS, IBM, Zylog,


What is edm in entity framework?

0 Answers  


What is the importance of NonActionAttribute?

0 Answers  






What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?

1 Answers   BWT, MMTS, UIU,


WHICH IS THE BEST INSTITUTE FOR DOTNET REAL TIME PROJECT TRAINING

21 Answers   ABC, Cap Gemini, Comspark,


what is .net?

20 Answers   IBM,


Is the following route definition a valid route definition? {controller}{action}/{id}

0 Answers   NA,


Do I need microsoft .net framework?

0 Answers  


Can we access the web controls in a page pre initialising event?

2 Answers  


What is GUID , why we use it and where

1 Answers  


Categories