C# 클래스 System.Web.HttpContext

상속: IServiceProvider
파일 보기 프로젝트 열기: vargaz/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AddError() 공개 메소드

public AddError ( Exception errorInfo ) : void
errorInfo Exception
리턴 void

ClearError() 공개 메소드

public ClearError ( ) : void
리턴 void

GetGlobalResourceObject() 공개 정적인 메소드

public static GetGlobalResourceObject ( string classKey, string resourceKey ) : object
classKey string
resourceKey string
리턴 object

GetGlobalResourceObject() 공개 정적인 메소드

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

GetLocalResourceObject() 공개 정적인 메소드

public static GetLocalResourceObject ( string virtualPath, string resourceKey ) : object
virtualPath string
resourceKey string
리턴 object

GetLocalResourceObject() 공개 정적인 메소드

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

GetSection() 공개 메소드

public GetSection ( string name ) : object
name string
리턴 object

HttpContext() 공개 메소드

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

HttpContext() 공개 메소드

public HttpContext ( System.Web.HttpWorkerRequest wr ) : System.Collections
wr System.Web.HttpWorkerRequest
리턴 System.Collections

RemapHandler() 공개 메소드

public RemapHandler ( IHttpHandler handler ) : void
handler IHttpHandler
리턴 void

RewritePath() 공개 메소드

public RewritePath ( string path ) : void
path string
리턴 void

RewritePath() 공개 메소드

public RewritePath ( string path, bool rebaseClientPath ) : void
path string
rebaseClientPath bool
리턴 void

RewritePath() 공개 메소드

public RewritePath ( string filePath, string pathInfo, string queryString ) : void
filePath string
pathInfo string
queryString string
리턴 void

RewritePath() 공개 메소드

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

SetSessionStateBehavior() 공개 메소드

public SetSessionStateBehavior ( SessionStateBehavior sessionStateBehavior ) : void
sessionStateBehavior SessionStateBehavior
리턴 void