Class |
Description |
CapabilitiesRule |
[To be supplied.] |
ConfigureCapabilities |
[To be supplied.] |
HttpApplication |
|
HttpApplicationState |
The HttpApplicationState class enables developers to share state across multiple requests/sessions/pipelines within an ASP+ application. |
HttpBrowserCapabilities |
Enables communication between browser and server to gain access to HTTP request data elements that are supplied by a client. |
HttpBrowserCapabilities.SectionHandler |
[To be supplied.] |
HttpCachePolicy |
Provides a way to access files uploaded by a client. |
HttpCachePolicySettings |
[To be supplied.] |
HttpCacheVary |
Enables a web server to indicate that an HTTP cache should contain multiple cache entries for a particular URL resource. |
HttpCapabilities |
[To be supplied.] |
HttpCertificate |
[To be supplied.] |
HttpClientCertificate |
[To be supplied.] |
HttpContext |
Encapsulates all HTTP-specific context used by the HTTP server to process Web requests.
System.Web.IHttpModules and IHttpHandler instances are provided a reference to an appropriate HttpContext object.
|
HttpCookie |
Provides a type-safe way to access multiple HTTP cookies. |
HttpCookieCollection |
Provides a type-safe way to manipulate HTTP cookies. |
HttpDebugHandler |
[To be supplied.] |
HttpException |
Enables ASP to output exception information. |
HttpExceptionInfo |
[To be supplied.] |
HttpFileCollection |
Accesses incoming files uploaded by a client (using multipart MIME and the Http Content-Type of multipart/formdata). |
HttpForbiddenHandler |
[To be supplied.] |
HttpModuleCollection |
[To be supplied.] |
HttpNotFoundHandler |
[To be supplied.] |
HttpNotImplementedHandler |
[To be supplied.] |
HttpPostedFile |
Provides a way to access files uploaded by a client. |
HttpRequest |
Enables type-safe browser to server communication. Used to gain access to HTTP request data elements supplied by a client. |
HttpResponse |
Enables communication between a type-safe server to browser communication. Used to send Http output to a client. |
HttpRuntime |
[To be supplied.] |
HttpServerUtility |
Provides several helper methods that can be used in the processing of Web requests. |
HttpStaticObjectsCollection |
[To be supplied.] |
HttpUrl |
Provides a type-safe way to either read or construct a Uniform Resource Locator (URL), a pointer to a resource on the Web. |
HttpWorkerRequest |
[To be supplied.] |
HttpWriter |
[To be supplied.] |
MyWeb |
Used by an application to retrieve information about installed MyWeb applications. MyWeb methods are intended for use solely by the administrative facility and require an administrative URI as part of the request context in order to succeed. |
ProcessInfo |
[To be supplied.] |
ProcessModelInfo |
[To be supplied.] |
StaticFileHandler |
[To be supplied.] |
TraceContext |
Captures and presents execution details about a Web request.
Use the TraceContext class by appending trace messages to specific trace categories. For example, a calendar class might append the message ?Calendar1->Starting To Render? within the Render category, and append the message ?Calendar1->Firing OnChange Event? within the Events category. Tracing is enabled by setting the TBD Trace attribute or the System.Web.UI.TraceContext.IsEnabledX property.
In addition to showing user-provided trace content, the Page class automatically includes performance data, tree-structure information, and state management content.
|
WebSysDescriptionAttribute |
DescriptionAttribute marks a property, event, or extender with a description. Visual designers can display this description when referencing the member. |