C# Class System.Web.HttpContext

Inheritance: IServiceProvider
Show file Open project: vargaz/mono Class Usage Examples

Private Properties

Property 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

Public Methods

Method 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

Method 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 method

public AddError ( Exception errorInfo ) : void
errorInfo Exception
return void

ClearError() public method

public ClearError ( ) : void
return void

GetGlobalResourceObject() public static method

public static GetGlobalResourceObject ( string classKey, string resourceKey ) : object
classKey string
resourceKey string
return object

GetGlobalResourceObject() public static method

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

GetLocalResourceObject() public static method

public static GetLocalResourceObject ( string virtualPath, string resourceKey ) : object
virtualPath string
resourceKey string
return object

GetLocalResourceObject() public static method

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

GetSection() public method

public GetSection ( string name ) : object
name string
return object

HttpContext() public method

public HttpContext ( HttpRequest request, HttpResponse response ) : System.Collections
request HttpRequest
response HttpResponse
return System.Collections

HttpContext() public method

public HttpContext ( System.Web.HttpWorkerRequest wr ) : System.Collections
wr System.Web.HttpWorkerRequest
return System.Collections

RemapHandler() public method

public RemapHandler ( IHttpHandler handler ) : void
handler IHttpHandler
return void

RewritePath() public method

public RewritePath ( string path ) : void
path string
return void

RewritePath() public method

public RewritePath ( string path, bool rebaseClientPath ) : void
path string
rebaseClientPath bool
return void

RewritePath() public method

public RewritePath ( string filePath, string pathInfo, string queryString ) : void
filePath string
pathInfo string
queryString string
return void

RewritePath() public method

public RewritePath ( string filePath, string pathInfo, string queryString, bool setClientFilePath ) : void
filePath string
pathInfo string
queryString string
setClientFilePath bool
return void

SetSessionStateBehavior() public method

public SetSessionStateBehavior ( SessionStateBehavior sessionStateBehavior ) : void
sessionStateBehavior SessionStateBehavior
return void