. Netframework-web:httpcontext

Source: Internet
Author: User

Ylbtech-.netframework-web:httpcontext

1. Assembly system.web, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a back to top
1.
#regionAssembly system.web, version=4.0.0.0, Culture=neutral, publickeytoken=b03f5f7f11d50a3a//C:\Program Files (x86) \reference Assemblies\microsoft\framework\. Netframework\v4.5.2\system.web.dll#endregionusingSystem.Collections;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Globalization;usingSystem.Security.Principal;usingSystem.Threading.Tasks;usingSystem.Web.Caching;usingSystem.Web.Configuration;usingSystem.Web.Instrumentation;usingSystem.Web.Profile;usingSystem.Web.SessionState;usingSystem.Web.WebSockets;namespacesystem.web{ Public Sealed classHttpcontext:iserviceprovider, Iprincipalcontainer { PublicHttpContext (HttpWorkerRequest wr);  PublicHttpContext (HttpRequest request, httpresponse response);  Public StaticHttpContext current {Get;Set; }  PublicHttpApplicationState Application {Get; }  PublicIHttpHandler Handler {Get;Set; }  PublicIHttpHandler Previoushandler {Get; }  PublicIHttpHandler Currenthandler {Get; }  PublicHttpRequest Request {Get; }  PublicHttpResponse Response {Get; }  PublicTraceContext Trace {Get; }  PublicIDictionary Items {Get; }  PublicHttpSessionState Session {Get; }  PublicHttpServerUtility Server {Get; }  PublicException[] Allerrors {Get; }  PublicHttpApplication applicationinstance {Get;Set; }  PublicIPrincipal User {Get;Set; }  PublicProfileBase Profile {Get; }  Public BOOLskipauthorization {Get;Set; }  Public BOOLisdebuggingenabled {Get; }  Public BOOLiscustomerrorenabled {Get; }  PublicDateTime Timestamp {Get; }  PublicCache Cache {Get; }  PublicPageinstrumentationservice Pageinstrumentation {Get; }  Public BOOLThreadabortontimeout {Get;Set; }  PublicException Error {Get; } [Editorbrowsable (editorbrowsablestate.advanced)] Public BOOLallowasyncduringsyncstages {Get;Set; }  Public BOOLispostnotification {Get; }  PublicRequestnotification Currentnotification {Get; }  Public stringWebsocketnegotiatedprotocol {Get; }  Publicilist<string> Websocketrequestedprotocols {Get; }  Public BOOLiswebsocketrequestupgrading {Get; }  Public BOOLiswebsocketrequest {Get; }  PublicAsyncpreloadmodeflags Asyncpreloadmode {Get;Set; } [Obsolete ("The recommended alternative is System.Web.Configuration.WebConfigurationManager.GetWebApplicationSection in System.Web.dll. http://go.microsoft.com/fwlink/?linkid=14202")]         Public Static ObjectGetappconfig (stringname);  Public Static ObjectGetGlobalResourceObject (stringClassKey,stringResourceKey, CultureInfo culture);  Public Static ObjectGetGlobalResourceObject (stringClassKey,stringResourceKey);  Public Static ObjectGetLocalResourceObject (stringVirtualPath,stringResourceKey, CultureInfo culture);  Public Static ObjectGetLocalResourceObject (stringVirtualPath,stringResourceKey);  Public voidAcceptwebsocketrequest (Func<aspnetwebsocketcontext, task>Userfunc, aspnetwebsocketoptions options);  Public voidAcceptwebsocketrequest (Func<aspnetwebsocketcontext, task>Userfunc);  Public voidadderror (Exception errorinfo);  PublicIsubscriptiontoken addonrequestcompleted (actioncallback);  Public voidClearError ();  PublicIsubscriptiontoken disposeonpipelinecompleted (IDisposable target); [Obsolete ("The recommended alternative is System.Web.HttpContext.GetSection in System.Web.dll. http://go.microsoft.com/ fwlink/?linkid=14202")]         Public ObjectGetConfig (stringname);  Public ObjectGetSection (stringsectionname);  Public voidRemaphandler (IHttpHandler handler);  Public voidRewritePath (stringFilePath,stringPathInfo,stringqueryString);  Public voidRewritePath (stringFilePath,stringPathInfo,stringQueryString,BOOLSetclientfilepath);  Public voidRewritePath (stringPathBOOLRebaseclientpath);  Public voidRewritePath (stringpath);  Public voidSetsessionstatebehavior (Sessionstatebehavior sessionstatebehavior); }}
2.
2. back to top
3. back to top
4. back to top
5. back to top
6. back to top
Ylbtech
Source: http://ylbtech.cnblogs.com/
This article is copyright to the author and the blog Park, Welcome to reprint, but without the consent of the author must retain this paragraph, and in the article page obvious location to the original link, otherwise reserves the right to pursue legal responsibility.

. Netframework-web:httpcontext

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.