Package system.web
Class HttpContext
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.HttpContext
-
- All Implemented Interfaces:
IJCOBridgeReflected
,IServiceProvider
public class HttpContext extends NetObject implements IServiceProvider
The base .NET class managing System.Web.HttpContext, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpContext
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.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.HttpContextstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpContext()
HttpContext(java.lang.Object instance)
Internal constructor.HttpContext(HttpRequest request, HttpResponse response)
HttpContext(HttpWorkerRequest wr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
AddError(NetException errorInfo)
static HttpContext
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoHttpContext
, a cast assert is made to check if types are compatible.void
ClearError()
ISubscriptionToken
DisposeOnPipelineCompleted(IDisposable target)
NetException[]
getAllErrors()
boolean
getAllowAsyncDuringSyncStages()
static NetObject
GetAppConfig(java.lang.String name)
HttpApplicationState
getApplication()
HttpApplication
getApplicationInstance()
AsyncPreloadModeFlags
getAsyncPreloadMode()
Cache
getCache()
NetObject
GetConfig(java.lang.String name)
static HttpContext
getCurrent()
IHttpHandler
getCurrentHandler()
RequestNotification
getCurrentNotification()
NetException
getError()
static NetObject
GetGlobalResourceObject(java.lang.String classKey, java.lang.String resourceKey)
static NetObject
GetGlobalResourceObject(java.lang.String classKey, java.lang.String resourceKey, CultureInfo culture)
IHttpHandler
getHandler()
boolean
getIsCustomErrorEnabled()
boolean
getIsDebuggingEnabled()
boolean
getIsPostNotification()
boolean
getIsWebSocketRequest()
boolean
getIsWebSocketRequestUpgrading()
IDictionary
getItems()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typestatic NetObject
GetLocalResourceObject(java.lang.String virtualPath, java.lang.String resourceKey)
static NetObject
GetLocalResourceObject(java.lang.String virtualPath, java.lang.String resourceKey, CultureInfo culture)
PageInstrumentationService
getPageInstrumentation()
IHttpHandler
getPreviousHandler()
ProfileBase
getProfile()
HttpRequest
getRequest()
HttpResponse
getResponse()
NetObject
GetSection(java.lang.String sectionName)
HttpServerUtility
getServer()
HttpSessionState
getSession()
boolean
getSkipAuthorization()
boolean
getThreadAbortOnTimeout()
DateTime
getTimestamp()
TraceContext
getTrace()
IPrincipal
getUser()
java.lang.String
getWebSocketNegotiatedProtocol()
void
RemapHandler(IHttpHandler handler)
void
RewritePath(java.lang.String path)
void
RewritePath(java.lang.String path, boolean rebaseClientPath)
void
RewritePath(java.lang.String filePath, java.lang.String pathInfo, java.lang.String queryString)
void
RewritePath(java.lang.String filePath, java.lang.String pathInfo, java.lang.String queryString, boolean setClientFilePath)
void
setAllowAsyncDuringSyncStages(boolean AllowAsyncDuringSyncStages)
void
setApplicationInstance(HttpApplication ApplicationInstance)
void
setAsyncPreloadMode(AsyncPreloadModeFlags AsyncPreloadMode)
static void
setCurrent(HttpContext Current)
void
setCurrentNotification(RequestNotification CurrentNotification)
void
setHandler(IHttpHandler Handler)
void
setIsPostNotification(boolean IsPostNotification)
void
setJCOInstance(JCObject instance)
void
SetSessionStateBehavior(SessionStateBehavior sessionStateBehavior)
void
setSkipAuthorization(boolean SkipAuthorization)
void
setThreadAbortOnTimeout(boolean ThreadAbortOnTimeout)
void
setUser(IPrincipal User)
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.IServiceProvider
GetService
-
-
-
-
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.HttpContext- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HttpContext
public HttpContext(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
HttpContext
public HttpContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
HttpContext
public HttpContext(HttpRequest request, HttpResponse response) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ThreadAbortException, HttpRequestValidationException, NotSupportedException, ConfigurationException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ThreadAbortException
HttpRequestValidationException
NotSupportedException
ConfigurationException
ConfigurationErrorsException
-
HttpContext
public HttpContext(HttpWorkerRequest wr) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ThreadAbortException, HttpRequestValidationException, NotSupportedException, ConfigurationException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ThreadAbortException
HttpRequestValidationException
NotSupportedException
ConfigurationException
ConfigurationErrorsException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceIServiceProvider
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceIServiceProvider
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceIServiceProvider
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceIServiceProvider
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceIServiceProvider
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static HttpContext cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoHttpContext
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
HttpContext
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetAppConfig
public static NetObject GetAppConfig(java.lang.String name) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, HttpException, InvalidOperationException, ProviderException, ConfigurationErrorsException
-
GetConfig
public NetObject GetConfig(java.lang.String name) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, HttpRequestValidationException, ProviderException, ConfigurationErrorsException
-
GetGlobalResourceObject
public static NetObject GetGlobalResourceObject(java.lang.String classKey, java.lang.String resourceKey) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, HttpException, ConfigurationException, ProviderException, NotSupportedException, NullReferenceException, ConfigurationErrorsException, CultureNotFoundException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
HttpException
ConfigurationException
ProviderException
NotSupportedException
NullReferenceException
ConfigurationErrorsException
CultureNotFoundException
-
GetGlobalResourceObject
public static NetObject GetGlobalResourceObject(java.lang.String classKey, java.lang.String resourceKey, CultureInfo culture) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, NotSupportedException, ConfigurationException, ProviderException, ConfigurationErrorsException, NullReferenceException, MemberAccessException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
HttpException
NotSupportedException
ConfigurationException
ProviderException
ConfigurationErrorsException
NullReferenceException
MemberAccessException
-
GetLocalResourceObject
public static NetObject GetLocalResourceObject(java.lang.String virtualPath, java.lang.String resourceKey) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, OutOfMemoryException, NotSupportedException, ConfigurationException, ProviderException, ConfigurationErrorsException, NullReferenceException, MemberAccessException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
HttpException
OutOfMemoryException
NotSupportedException
ConfigurationException
ProviderException
ConfigurationErrorsException
NullReferenceException
MemberAccessException
-
GetLocalResourceObject
public static NetObject GetLocalResourceObject(java.lang.String virtualPath, java.lang.String resourceKey, CultureInfo culture) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, OutOfMemoryException, ConfigurationErrorsException, SecurityException, NotSupportedException, ConfigurationException, ProviderException, NullReferenceException, MemberAccessException, EventSourceException, WaitHandleCannotBeOpenedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
OutOfMemoryException
ConfigurationErrorsException
SecurityException
NotSupportedException
ConfigurationException
ProviderException
NullReferenceException
MemberAccessException
EventSourceException
WaitHandleCannotBeOpenedException
-
GetSection
public NetObject GetSection(java.lang.String sectionName) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, OutOfMemoryException, ThreadAbortException, HttpRequestValidationException, ProviderException, ConfigurationErrorsException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
HttpException
OutOfMemoryException
ThreadAbortException
HttpRequestValidationException
ProviderException
ConfigurationErrorsException
CultureNotFoundException
-
DisposeOnPipelineCompleted
public ISubscriptionToken DisposeOnPipelineCompleted(IDisposable target) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
AddError
public void AddError(NetException errorInfo) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
ClearError
public void ClearError() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
RemapHandler
public void RemapHandler(IHttpHandler handler) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
IndexOutOfRangeException
-
RewritePath
public void RewritePath(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, HttpException, OutOfMemoryException, ProviderException, ConfigurationErrorsException, ThreadAbortException, HttpRequestValidationException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
FormatException
HttpException
OutOfMemoryException
ProviderException
ConfigurationErrorsException
ThreadAbortException
HttpRequestValidationException
NotSupportedException
-
RewritePath
public void RewritePath(java.lang.String path, boolean rebaseClientPath) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, OutOfMemoryException, ProviderException, ConfigurationErrorsException, ThreadAbortException, HttpRequestValidationException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
OutOfMemoryException
ProviderException
ConfigurationErrorsException
ThreadAbortException
HttpRequestValidationException
NotSupportedException
-
RewritePath
public void RewritePath(java.lang.String filePath, java.lang.String pathInfo, java.lang.String queryString) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, OutOfMemoryException, NotSupportedException, ProviderException, ConfigurationErrorsException, ThreadAbortException, HttpRequestValidationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
OutOfMemoryException
NotSupportedException
ProviderException
ConfigurationErrorsException
ThreadAbortException
HttpRequestValidationException
-
RewritePath
public void RewritePath(java.lang.String filePath, java.lang.String pathInfo, java.lang.String queryString, boolean setClientFilePath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, OutOfMemoryException, NotSupportedException, ProviderException, ConfigurationErrorsException, ThreadAbortException, HttpRequestValidationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
OutOfMemoryException
NotSupportedException
ProviderException
ConfigurationErrorsException
ThreadAbortException
HttpRequestValidationException
-
SetSessionStateBehavior
public void SetSessionStateBehavior(SessionStateBehavior sessionStateBehavior) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
getAllowAsyncDuringSyncStages
public boolean getAllowAsyncDuringSyncStages() throws java.lang.Throwable, ArgumentException, ConfigurationErrorsException, HttpException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, MissingManifestResourceException, ConfigurationException
-
setAllowAsyncDuringSyncStages
public void setAllowAsyncDuringSyncStages(boolean AllowAsyncDuringSyncStages) throws java.lang.Throwable, ArgumentException, ConfigurationErrorsException, HttpException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, MissingManifestResourceException, ConfigurationException
-
getIsCustomErrorEnabled
public boolean getIsCustomErrorEnabled() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, KeyNotFoundException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentException
HttpException
ArgumentNullException
HttpRequestValidationException
ConfigurationErrorsException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
KeyNotFoundException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
ConfigurationException
-
getIsDebuggingEnabled
public boolean getIsDebuggingEnabled() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ConfigurationErrorsException, InvalidOperationException, HttpException, HttpRequestValidationException, NotSupportedException
-
getIsPostNotification
public boolean getIsPostNotification() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
PlatformNotSupportedException
-
setIsPostNotification
public void setIsPostNotification(boolean IsPostNotification) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
-
getIsWebSocketRequest
public boolean getIsWebSocketRequest() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, PlatformNotSupportedException
-
getIsWebSocketRequestUpgrading
public boolean getIsWebSocketRequestUpgrading() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSkipAuthorization
public boolean getSkipAuthorization() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSkipAuthorization
public void setSkipAuthorization(boolean SkipAuthorization) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, InvalidOperationException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, HttpException, ArgumentOutOfRangeException, HttpRequestValidationException, ConfigurationErrorsException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentNullException
NotSupportedException
InvalidOperationException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
HttpException
ArgumentOutOfRangeException
HttpRequestValidationException
ConfigurationErrorsException
ConfigurationException
-
getThreadAbortOnTimeout
public boolean getThreadAbortOnTimeout() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setThreadAbortOnTimeout
public void setThreadAbortOnTimeout(boolean ThreadAbortOnTimeout) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getItems
public IDictionary getItems() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getTimestamp
public DateTime getTimestamp() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidTimeZoneException
NotSupportedException
-
getError
public NetException getError() throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
getAllErrors
public final NetException[] getAllErrors() throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.Throwable
ArgumentException
-
getUser
public IPrincipal getUser() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUser
public void setUser(IPrincipal User) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ConfigurationErrorsException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, ConfigurationException, InvalidOperationException, IndexOutOfRangeException
-
getWebSocketNegotiatedProtocol
public java.lang.String getWebSocketNegotiatedProtocol() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCache
public Cache getCache() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
HttpException
-
getAsyncPreloadMode
public AsyncPreloadModeFlags getAsyncPreloadMode() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, HttpException, HttpRequestValidationException, InvalidOperationException, ConfigurationErrorsException, ObjectDisposedException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
HttpException
HttpRequestValidationException
InvalidOperationException
ConfigurationErrorsException
ObjectDisposedException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ConfigurationException
-
setAsyncPreloadMode
public void setAsyncPreloadMode(AsyncPreloadModeFlags AsyncPreloadMode) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getApplicationInstance
public HttpApplication getApplicationInstance() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setApplicationInstance
public void setApplicationInstance(HttpApplication ApplicationInstance) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getApplication
public HttpApplicationState getApplication() throws java.lang.Throwable, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
ArgumentException
-
getCurrent
public static HttpContext getCurrent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCurrent
public static void setCurrent(HttpContext Current) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, SecurityException, ArgumentOutOfRangeException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentException
SecurityException
ArgumentOutOfRangeException
NullReferenceException
-
getRequest
public HttpRequest getRequest() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
-
getResponse
public HttpResponse getResponse() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
-
getServer
public HttpServerUtility getServer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCurrentHandler
public IHttpHandler getCurrentHandler() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHandler
public IHttpHandler getHandler() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHandler
public void setHandler(IHttpHandler Handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPreviousHandler
public IHttpHandler getPreviousHandler() throws java.lang.Throwable, InvalidOperationException
- Throws:
java.lang.Throwable
InvalidOperationException
-
getPageInstrumentation
public PageInstrumentationService getPageInstrumentation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getProfile
public ProfileBase getProfile() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, SecurityException, TargetParameterCountException, ProviderException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
SecurityException
TargetParameterCountException
ProviderException
FormatException
-
getCurrentNotification
public RequestNotification getCurrentNotification() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
PlatformNotSupportedException
-
setCurrentNotification
public void setCurrentNotification(RequestNotification CurrentNotification) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
-
getSession
public HttpSessionState getSession() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
-
getTrace
public TraceContext getTrace() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, HttpException, IndexOutOfRangeException, ProviderException, ConfigurationErrorsException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, MissingManifestResourceException, ObjectDisposedException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
HttpException
IndexOutOfRangeException
ProviderException
ConfigurationErrorsException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
MissingManifestResourceException
ObjectDisposedException
ConfigurationException
-
-