C# Class System.Web.HttpContext

Inheritance: IServiceProvider
Afficher le fichier Open project: vargaz/mono Class Usage Examples

Private Properties

Свойство Type Description
BeginTimeoutPossible void
ClearError void
EndTimeoutPossible void
EnsureProviderFactory bool
GetAppConfig object
GetConfig object
GetCurrentHandler IHttpHandler
GetGlobalObjectFromFactory object
GetLocalObjectFromFactory object
GetPreviousHandler IHttpHandler
GetResourceProvider IResourceProvider
HasError bool
IServiceProvider object
PopHandler void
PushHandler void
SetSession void
StartTimeoutTimer void
StopTimeoutTimer void
TimeoutReached void

Méthodes publiques

Méthode Description
AddError ( Exception errorInfo ) : void
ClearError ( ) : void
GetGlobalResourceObject ( string classKey, string resourceKey ) : object
GetGlobalResourceObject ( string classKey, string resourceKey, CultureInfo culture ) : object
GetLocalResourceObject ( string virtualPath, string resourceKey ) : object
GetLocalResourceObject ( string virtualPath, string resourceKey, CultureInfo culture ) : object
GetSection ( string name ) : object
HttpContext ( HttpRequest request, HttpResponse response ) : System.Collections
HttpContext ( System.Web.HttpWorkerRequest wr ) : System.Collections
RemapHandler ( IHttpHandler handler ) : void
RewritePath ( string path ) : void
RewritePath ( string path, bool rebaseClientPath ) : void
RewritePath ( string filePath, string pathInfo, string queryString ) : void
RewritePath ( string filePath, string pathInfo, string queryString, bool setClientFilePath ) : void
SetSessionStateBehavior ( SessionStateBehavior sessionStateBehavior ) : void

Private Methods

Méthode Description
BeginTimeoutPossible ( ) : void
ClearError ( Exception e ) : void
EndTimeoutPossible ( ) : void
EnsureProviderFactory ( ) : bool
GetAppConfig ( string name ) : object
GetConfig ( string name ) : object
GetCurrentHandler ( ) : IHttpHandler
GetGlobalObjectFromFactory ( string classKey, string resourceKey, CultureInfo culture ) : object
GetLocalObjectFromFactory ( string virtualPath, string resourceKey, CultureInfo culture ) : object
GetPreviousHandler ( ) : IHttpHandler
GetResourceProvider ( string virtualPath, bool isLocal ) : IResourceProvider
HasError ( Exception e ) : bool
IServiceProvider ( Type service ) : object
PopHandler ( ) : void
PushHandler ( IHttpHandler handler ) : void
SetSession ( System.Web.SessionState.HttpSessionState state ) : void
StartTimeoutTimer ( ) : void
StopTimeoutTimer ( ) : void
TimeoutReached ( object state ) : void

Method Details

AddError() public méthode

public AddError ( Exception errorInfo ) : void
errorInfo Exception
Résultat void

ClearError() public méthode

public ClearError ( ) : void
Résultat void

GetGlobalResourceObject() public static méthode

public static GetGlobalResourceObject ( string classKey, string resourceKey ) : object
classKey string
resourceKey string
Résultat object

GetGlobalResourceObject() public static méthode

public static GetGlobalResourceObject ( string classKey, string resourceKey, CultureInfo culture ) : object
classKey string
resourceKey string
culture System.Globalization.CultureInfo
Résultat object

GetLocalResourceObject() public static méthode

public static GetLocalResourceObject ( string virtualPath, string resourceKey ) : object
virtualPath string
resourceKey string
Résultat object

GetLocalResourceObject() public static méthode

public static GetLocalResourceObject ( string virtualPath, string resourceKey, CultureInfo culture ) : object
virtualPath string
resourceKey string
culture System.Globalization.CultureInfo
Résultat object

GetSection() public méthode

public GetSection ( string name ) : object
name string
Résultat object

HttpContext() public méthode

public HttpContext ( HttpRequest request, HttpResponse response ) : System.Collections
request HttpRequest
response HttpResponse
Résultat System.Collections

HttpContext() public méthode

public HttpContext ( System.Web.HttpWorkerRequest wr ) : System.Collections
wr System.Web.HttpWorkerRequest
Résultat System.Collections

RemapHandler() public méthode

public RemapHandler ( IHttpHandler handler ) : void
handler IHttpHandler
Résultat void

RewritePath() public méthode

public RewritePath ( string path ) : void
path string
Résultat void

RewritePath() public méthode

public RewritePath ( string path, bool rebaseClientPath ) : void
path string
rebaseClientPath bool
Résultat void

RewritePath() public méthode

public RewritePath ( string filePath, string pathInfo, string queryString ) : void
filePath string
pathInfo string
queryString string
Résultat void

RewritePath() public méthode

public RewritePath ( string filePath, string pathInfo, string queryString, bool setClientFilePath ) : void
filePath string
pathInfo string
queryString string
setClientFilePath bool
Résultat void

SetSessionStateBehavior() public méthode

public SetSessionStateBehavior ( SessionStateBehavior sessionStateBehavior ) : void
sessionStateBehavior SessionStateBehavior
Résultat void