Mono Class Library: Overview

System.Web.HttpContext: Members

The members of System.Web.HttpContext are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
AllErrorsException[]. Documentation for this section has not yet been entered.
[read-only]
ApplicationHttpApplicationState. Documentation for this section has not yet been entered.
ApplicationInstanceHttpApplication. Documentation for this section has not yet been entered.
[read-only]
CacheSystem.Web.Caching.Cache. Documentation for this section has not yet been entered.
static
CurrentHttpContext. A static method that represents the current thread/AppDomain HttpContext.
[read-only]
CurrentHandlerIHttpHandler. Documentation for this section has not yet been entered.
[read-only]
CurrentNotificationRequestNotification. Documentation for this section has not yet been entered.
[read-only]
ErrorException. Documentation for this section has not yet been entered.
HandlerIHttpHandler. Documentation for this section has not yet been entered.
[read-only]
IsCustomErrorEnabledbool. Documentation for this section has not yet been entered.
[read-only]
IsDebuggingEnabledbool. Documentation for this section has not yet been entered.
[read-only]
IsPostNotificationbool. Documentation for this section has not yet been entered.
[read-only]
ItemsIDictionary. Documentation for this section has not yet been entered.
[read-only]
PreviousHandlerIHttpHandler. Documentation for this section has not yet been entered.
[read-only]
ProfileSystem.Web.Profile.ProfileBase. Documentation for this section has not yet been entered.
[read-only]
RequestHttpRequest. The System.Web.HttpRequest object for the current request.
[read-only]
ResponseHttpResponse. The System.Web.HttpResponse for the current request.
[read-only]
ServerHttpServerUtility. Documentation for this section has not yet been entered.
[read-only]
SessionSystem.Web.SessionState.HttpSessionState. Documentation for this section has not yet been entered.
SkipAuthorizationbool. Documentation for this section has not yet been entered.
[read-only]
TimestampDateTime. Documentation for this section has not yet been entered.
[read-only]
TraceTraceContext. Documentation for this section has not yet been entered.
UserSystem.Security.Principal.IPrincipal. Documentation for this section has not yet been entered.

Public Methods

AddError(Exception)
Documentation for this section has not yet been entered.
ClearError()
Documentation for this section has not yet been entered.
static
GetAppConfig(string) : object
Documentation for this section has not yet been entered.
GetConfig(string) : object
Documentation for this section has not yet been entered.
static
GetGlobalResourceObject(string, string) : object
Documentation for this section has not yet been entered.
static
GetGlobalResourceObject(string, string, System.Globalization.CultureInfo) : object
Documentation for this section has not yet been entered.
static
GetLocalResourceObject(string, string) : object
Documentation for this section has not yet been entered.
static
GetLocalResourceObject(string, string, System.Globalization.CultureInfo) : object
Documentation for this section has not yet been entered.
GetSection(string) : object
Documentation for this section has not yet been entered.
RewritePath(string)
Documentation for this section has not yet been entered.
RewritePath(string, bool)
Documentation for this section has not yet been entered.
RewritePath(string, string, string)
Documentation for this section has not yet been entered.
RewritePath(string, string, string, bool)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IServiceProvider.GetServiceDocumentation for this section has not yet been entered.