C# Class HttpInterfaces.HttpContextProxy

Inheritance: IHttpContext
Afficher le fichier Open project: JonKruger/HttpInterfaces

Méthodes publiques

Méthode Description
AddError ( Exception errorInfo ) : void
ClearError ( ) : void
GetInternalHttpContext ( ) : HttpContext

Get the concrete HttpContext object that is wrapped by this wrapper class.

GetSection ( string sectionName ) : object
HttpContextProxy ( HttpContext httpContext ) : System
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

Method Details

AddError() public méthode

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

ClearError() public méthode

public ClearError ( ) : void
Résultat void

GetInternalHttpContext() public méthode

Get the concrete HttpContext object that is wrapped by this wrapper class.
public GetInternalHttpContext ( ) : HttpContext
Résultat System.Web.HttpContext

GetSection() public méthode

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

HttpContextProxy() public méthode

public HttpContextProxy ( HttpContext httpContext ) : System
httpContext System.Web.HttpContext
Résultat System

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