Package system.web
Class HttpContextBase
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.HttpContextBase
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
HttpContextWrapper
public class HttpContextBase extends NetObject
The base .NET class managing System.Web.HttpContextBase, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpContextBase
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.HttpContextBasestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpContextBase()HttpContextBase(java.lang.Object instance)Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.HttpContextBase- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static HttpContextBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoHttpContextBase, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
HttpContextBaseinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetGlobalResourceObject
public NetObject GetGlobalResourceObject(java.lang.String classKey, java.lang.String resourceKey) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
GetGlobalResourceObject
public NetObject GetGlobalResourceObject(java.lang.String classKey, java.lang.String resourceKey, CultureInfo culture) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
GetLocalResourceObject
public NetObject GetLocalResourceObject(java.lang.String virtualPath, java.lang.String resourceKey) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
GetLocalResourceObject
public NetObject GetLocalResourceObject(java.lang.String virtualPath, java.lang.String resourceKey, CultureInfo culture) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
GetSection
public NetObject GetSection(java.lang.String sectionName) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
GetService
public NetObject GetService(NetType serviceType) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
DisposeOnPipelineCompleted
public ISubscriptionToken DisposeOnPipelineCompleted(IDisposable target) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
AddError
public void AddError(NetException errorInfo) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
ClearError
public void ClearError() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
RemapHandler
public void RemapHandler(IHttpHandler handler) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
RewritePath
public void RewritePath(java.lang.String path) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
RewritePath
public void RewritePath(java.lang.String path, boolean rebaseClientPath) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
RewritePath
public void RewritePath(java.lang.String filePath, java.lang.String pathInfo, java.lang.String queryString) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
RewritePath
public void RewritePath(java.lang.String filePath, java.lang.String pathInfo, java.lang.String queryString, boolean setClientFilePath) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
SetSessionStateBehavior
public void SetSessionStateBehavior(SessionStateBehavior sessionStateBehavior) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getAllowAsyncDuringSyncStages
public boolean getAllowAsyncDuringSyncStages() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setAllowAsyncDuringSyncStages
public void setAllowAsyncDuringSyncStages(boolean AllowAsyncDuringSyncStages) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getIsCustomErrorEnabled
public boolean getIsCustomErrorEnabled() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getIsDebuggingEnabled
public boolean getIsDebuggingEnabled() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getIsPostNotification
public boolean getIsPostNotification() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getIsWebSocketRequest
public boolean getIsWebSocketRequest() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getIsWebSocketRequestUpgrading
public boolean getIsWebSocketRequestUpgrading() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getSkipAuthorization
public boolean getSkipAuthorization() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setSkipAuthorization
public void setSkipAuthorization(boolean SkipAuthorization) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getThreadAbortOnTimeout
public boolean getThreadAbortOnTimeout() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setThreadAbortOnTimeout
public void setThreadAbortOnTimeout(boolean ThreadAbortOnTimeout) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getItems
public IDictionary getItems() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getTimestamp
public DateTime getTimestamp() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getError
public NetException getError() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getAllErrors
public final NetException[] getAllErrors() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getUser
public IPrincipal getUser() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
setUser
public void setUser(IPrincipal User) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getWebSocketNegotiatedProtocol
public java.lang.String getWebSocketNegotiatedProtocol() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getCache
public Cache getCache() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getAsyncPreloadMode
public AsyncPreloadModeFlags getAsyncPreloadMode() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
setAsyncPreloadMode
public void setAsyncPreloadMode(AsyncPreloadModeFlags AsyncPreloadMode) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getApplicationInstance
public HttpApplication getApplicationInstance() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
setApplicationInstance
public void setApplicationInstance(HttpApplication ApplicationInstance) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getApplication
public HttpApplicationStateBase getApplication() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getRequest
public HttpRequestBase getRequest() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getResponse
public HttpResponseBase getResponse() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getServer
public HttpServerUtilityBase getServer() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getSession
public HttpSessionStateBase getSession() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getCurrentHandler
public IHttpHandler getCurrentHandler() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getHandler
public IHttpHandler getHandler() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
setHandler
public void setHandler(IHttpHandler Handler) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getPreviousHandler
public IHttpHandler getPreviousHandler() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getPageInstrumentation
public PageInstrumentationService getPageInstrumentation() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getProfile
public ProfileBase getProfile() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getCurrentNotification
public RequestNotification getCurrentNotification() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getTrace
public TraceContext getTrace() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
-