public class HttpContextBase extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpContextBase
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.HttpContextBase
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpContextBase() |
HttpContextBase(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HttpContextBase()
throws java.lang.Throwable
java.lang.Throwablepublic HttpContextBase(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddError(NetException errorInfo) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic static HttpContextBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpContextBase, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpContextBase instancejava.lang.Throwable - in case of error during cast operationpublic void ClearError()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic ISubscriptionToken DisposeOnPipelineCompleted(IDisposable target) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic final NetException[] getAllErrors() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getAllowAsyncDuringSyncStages()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic HttpApplicationStateBase getApplication() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic HttpApplication getApplicationInstance() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic AsyncPreloadModeFlags getAsyncPreloadMode() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic Cache getCache() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic IHttpHandler getCurrentHandler() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic RequestNotification getCurrentNotification() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic NetException getError() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic NetObject GetGlobalResourceObject(java.lang.String classKey, java.lang.String resourceKey) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic NetObject GetGlobalResourceObject(java.lang.String classKey, java.lang.String resourceKey, CultureInfo culture) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic IHttpHandler getHandler() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getIsCustomErrorEnabled()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getIsDebuggingEnabled()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getIsPostNotification()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getIsWebSocketRequest()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getIsWebSocketRequestUpgrading()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic IDictionary getItems() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic NetObject GetLocalResourceObject(java.lang.String virtualPath, java.lang.String resourceKey) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic NetObject GetLocalResourceObject(java.lang.String virtualPath, java.lang.String resourceKey, CultureInfo culture) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic PageInstrumentationService getPageInstrumentation() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic IHttpHandler getPreviousHandler() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic ProfileBase getProfile() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic HttpRequestBase getRequest() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic HttpResponseBase getResponse() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic NetObject GetSection(java.lang.String sectionName) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic HttpServerUtilityBase getServer() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic NetObject GetService(NetType serviceType) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic HttpSessionStateBase getSession() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getSkipAuthorization()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getThreadAbortOnTimeout()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic DateTime getTimestamp() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic TraceContext getTrace() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic IPrincipal getUser() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String getWebSocketNegotiatedProtocol()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RemapHandler(IHttpHandler handler) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RewritePath(java.lang.String path)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RewritePath(java.lang.String path,
boolean rebaseClientPath)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RewritePath(java.lang.String filePath,
java.lang.String pathInfo,
java.lang.String queryString)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RewritePath(java.lang.String filePath,
java.lang.String pathInfo,
java.lang.String queryString,
boolean setClientFilePath)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setAllowAsyncDuringSyncStages(boolean AllowAsyncDuringSyncStages)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setApplicationInstance(HttpApplication ApplicationInstance) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setAsyncPreloadMode(AsyncPreloadModeFlags AsyncPreloadMode) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setHandler(IHttpHandler Handler) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void SetSessionStateBehavior(SessionStateBehavior sessionStateBehavior) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setSkipAuthorization(boolean SkipAuthorization)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setThreadAbortOnTimeout(boolean ThreadAbortOnTimeout)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setUser(IPrincipal User) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedException