| 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.
|
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