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.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.HttpContextstatic JCTypeclassTypeThe 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 voidAddError(NetException errorInfo)static HttpContextcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoHttpContext, a cast assert is made to check if types are compatible.voidClearError()ISubscriptionTokenDisposeOnPipelineCompleted(IDisposable target)NetException[]getAllErrors()booleangetAllowAsyncDuringSyncStages()static NetObjectGetAppConfig(java.lang.String name)HttpApplicationStategetApplication()HttpApplicationgetApplicationInstance()AsyncPreloadModeFlagsgetAsyncPreloadMode()CachegetCache()NetObjectGetConfig(java.lang.String name)static HttpContextgetCurrent()IHttpHandlergetCurrentHandler()RequestNotificationgetCurrentNotification()NetExceptiongetError()static NetObjectGetGlobalResourceObject(java.lang.String classKey, java.lang.String resourceKey)static NetObjectGetGlobalResourceObject(java.lang.String classKey, java.lang.String resourceKey, CultureInfo culture)IHttpHandlergetHandler()booleangetIsCustomErrorEnabled()booleangetIsDebuggingEnabled()booleangetIsPostNotification()booleangetIsWebSocketRequest()booleangetIsWebSocketRequestUpgrading()IDictionarygetItems()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typestatic NetObjectGetLocalResourceObject(java.lang.String virtualPath, java.lang.String resourceKey)static NetObjectGetLocalResourceObject(java.lang.String virtualPath, java.lang.String resourceKey, CultureInfo culture)PageInstrumentationServicegetPageInstrumentation()IHttpHandlergetPreviousHandler()ProfileBasegetProfile()HttpRequestgetRequest()HttpResponsegetResponse()NetObjectGetSection(java.lang.String sectionName)HttpServerUtilitygetServer()HttpSessionStategetSession()booleangetSkipAuthorization()booleangetThreadAbortOnTimeout()DateTimegetTimestamp()TraceContextgetTrace()IPrincipalgetUser()java.lang.StringgetWebSocketNegotiatedProtocol()voidRemapHandler(IHttpHandler handler)voidRewritePath(java.lang.String path)voidRewritePath(java.lang.String path, boolean rebaseClientPath)voidRewritePath(java.lang.String filePath, java.lang.String pathInfo, java.lang.String queryString)voidRewritePath(java.lang.String filePath, java.lang.String pathInfo, java.lang.String queryString, boolean setClientFilePath)voidsetAllowAsyncDuringSyncStages(boolean AllowAsyncDuringSyncStages)voidsetApplicationInstance(HttpApplication ApplicationInstance)voidsetAsyncPreloadMode(AsyncPreloadModeFlags AsyncPreloadMode)static voidsetCurrent(HttpContext Current)voidsetCurrentNotification(RequestNotification CurrentNotification)voidsetHandler(IHttpHandler Handler)voidsetIsPostNotification(boolean IsPostNotification)voidsetJCOInstance(JCObject instance)voidSetSessionStateBehavior(SessionStateBehavior sessionStateBehavior)voidsetSkipAuthorization(boolean SkipAuthorization)voidsetThreadAbortOnTimeout(boolean ThreadAbortOnTimeout)voidsetUser(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.ThrowableInternal 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.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionThreadAbortExceptionHttpRequestValidationExceptionNotSupportedExceptionConfigurationExceptionConfigurationErrorsException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionThreadAbortExceptionHttpRequestValidationExceptionNotSupportedExceptionConfigurationExceptionConfigurationErrorsException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceIServiceProvider- 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- Specified by:
getJCOClassNamein interfaceIServiceProvider- 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- Specified by:
getJCOObjectNamein interfaceIServiceProvider- 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- Specified by:
getJCOInstancein interfaceIServiceProvider- 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- Specified by:
getJCOTypein interfaceIServiceProvider- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static HttpContext cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoHttpContext, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
HttpContextinstance- 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.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionHttpExceptionConfigurationExceptionProviderExceptionNotSupportedExceptionNullReferenceExceptionConfigurationErrorsExceptionCultureNotFoundException
-
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.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionNotSupportedExceptionConfigurationExceptionProviderExceptionConfigurationErrorsExceptionNullReferenceExceptionMemberAccessException
-
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.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionOutOfMemoryExceptionNotSupportedExceptionConfigurationExceptionProviderExceptionConfigurationErrorsExceptionNullReferenceExceptionMemberAccessException
-
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.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionConfigurationErrorsExceptionSecurityExceptionNotSupportedExceptionConfigurationExceptionProviderExceptionNullReferenceExceptionMemberAccessExceptionEventSourceExceptionWaitHandleCannotBeOpenedException
-
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.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionProviderExceptionConfigurationErrorsExceptionCultureNotFoundException
-
DisposeOnPipelineCompleted
public ISubscriptionToken DisposeOnPipelineCompleted(IDisposable target) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
AddError
public void AddError(NetException errorInfo) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionIndexOutOfRangeException
-
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.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionHttpExceptionOutOfMemoryExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionNotSupportedException
-
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.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionNotSupportedException
-
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.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionNotSupportedExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationException
-
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.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionNotSupportedExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
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.ThrowableArgumentExceptionHttpExceptionArgumentNullExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionKeyNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionConfigurationException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionPlatformNotSupportedException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedException
-
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.ThrowableArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionHttpExceptionArgumentOutOfRangeExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationException
-
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.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionNotSupportedException
-
getError
public NetException getError() throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
getAllErrors
public final NetException[] getAllErrors() throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.ThrowableArgumentException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpException
-
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.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionHttpExceptionHttpRequestValidationExceptionInvalidOperationExceptionConfigurationErrorsExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionConfigurationException
-
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.ThrowableArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionArgumentException
-
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.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionSecurityExceptionArgumentOutOfRangeExceptionNullReferenceException
-
getRequest
public HttpRequest getRequest() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpException
-
getResponse
public HttpResponse getResponse() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpException
-
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.ThrowableInvalidOperationException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionSecurityExceptionTargetParameterCountExceptionProviderExceptionFormatException
-
getCurrentNotification
public RequestNotification getCurrentNotification() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionPlatformNotSupportedException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedException
-
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.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionHttpExceptionIndexOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationException
-
-