public class HttpContext extends NetObject implements IServiceProvider
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpContext
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.HttpContext
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpContext() |
HttpContext(HttpRequest request,
HttpResponse response) |
HttpContext(HttpWorkerRequest wr) |
HttpContext(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddError(NetException errorInfo) |
static HttpContext |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into HttpContext, 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 name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
static 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) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetService, ToIServiceProviderpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HttpContext()
throws java.lang.Throwable
java.lang.Throwablepublic HttpContext(HttpRequest request, HttpResponse response) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ThreadAbortException, HttpRequestValidationException, NotSupportedException, ConfigurationException, ConfigurationErrorsException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionThreadAbortExceptionHttpRequestValidationExceptionNotSupportedExceptionConfigurationExceptionConfigurationErrorsExceptionpublic HttpContext(HttpWorkerRequest wr) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ThreadAbortException, HttpRequestValidationException, NotSupportedException, ConfigurationException, ConfigurationErrorsException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionThreadAbortExceptionHttpRequestValidationExceptionNotSupportedExceptionConfigurationExceptionConfigurationErrorsExceptionpublic HttpContext(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddError(NetException errorInfo) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic static HttpContext cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpContext, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpContext instancejava.lang.Throwable - in case of error during cast operationpublic void ClearError()
throws java.lang.Throwable
java.lang.Throwablepublic ISubscriptionToken DisposeOnPipelineCompleted(IDisposable target) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic final NetException[] getAllErrors() throws java.lang.Throwable, ArgumentException
java.lang.ThrowableArgumentExceptionpublic boolean getAllowAsyncDuringSyncStages()
throws java.lang.Throwable,
ArgumentException,
ConfigurationErrorsException,
HttpException,
ArgumentNullException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
MissingManifestResourceException,
ConfigurationException
public static NetObject GetAppConfig(java.lang.String name) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, HttpException, InvalidOperationException, ProviderException, ConfigurationErrorsException
public HttpApplicationState getApplication() throws java.lang.Throwable, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, ArgumentException
java.lang.ThrowableArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic HttpApplication getApplicationInstance() throws java.lang.Throwable
java.lang.Throwablepublic AsyncPreloadModeFlags getAsyncPreloadMode() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, HttpException, HttpRequestValidationException, InvalidOperationException, ConfigurationErrorsException, ObjectDisposedException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ConfigurationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionHttpExceptionHttpRequestValidationExceptionInvalidOperationExceptionConfigurationErrorsExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionConfigurationExceptionpublic Cache getCache() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionpublic NetObject GetConfig(java.lang.String name) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, HttpRequestValidationException, ProviderException, ConfigurationErrorsException
public static HttpContext getCurrent() throws java.lang.Throwable
java.lang.Throwablepublic IHttpHandler getCurrentHandler() throws java.lang.Throwable
java.lang.Throwablepublic RequestNotification getCurrentNotification() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionPlatformNotSupportedExceptionpublic NetException getError() throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic 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
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionHttpExceptionConfigurationExceptionProviderExceptionNotSupportedExceptionNullReferenceExceptionConfigurationErrorsExceptionCultureNotFoundExceptionpublic 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
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionNotSupportedExceptionConfigurationExceptionProviderExceptionConfigurationErrorsExceptionNullReferenceExceptionMemberAccessExceptionpublic IHttpHandler getHandler() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsCustomErrorEnabled()
throws java.lang.Throwable,
ArgumentException,
HttpException,
ArgumentNullException,
HttpRequestValidationException,
ConfigurationErrorsException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
KeyNotFoundException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
ArgumentOutOfRangeException,
ConfigurationException
java.lang.ThrowableArgumentExceptionHttpExceptionArgumentNullExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionKeyNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionConfigurationExceptionpublic boolean getIsDebuggingEnabled()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ConfigurationErrorsException,
InvalidOperationException,
HttpException,
HttpRequestValidationException,
NotSupportedException
public boolean getIsPostNotification()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException,
PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionPlatformNotSupportedExceptionpublic boolean getIsWebSocketRequest()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
PlatformNotSupportedException
public boolean getIsWebSocketRequestUpgrading()
throws java.lang.Throwable
java.lang.Throwablepublic IDictionary getItems() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IServiceProvidergetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IServiceProvidergetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IServiceProvidergetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IServiceProvidergetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IServiceProvidergetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionOutOfMemoryExceptionNotSupportedExceptionConfigurationExceptionProviderExceptionConfigurationErrorsExceptionNullReferenceExceptionMemberAccessExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionConfigurationErrorsExceptionSecurityExceptionNotSupportedExceptionConfigurationExceptionProviderExceptionNullReferenceExceptionMemberAccessExceptionEventSourceExceptionWaitHandleCannotBeOpenedExceptionpublic PageInstrumentationService getPageInstrumentation() throws java.lang.Throwable
java.lang.Throwablepublic IHttpHandler getPreviousHandler() throws java.lang.Throwable, InvalidOperationException
java.lang.ThrowableInvalidOperationExceptionpublic ProfileBase getProfile() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, SecurityException, TargetParameterCountException, ProviderException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionSecurityExceptionTargetParameterCountExceptionProviderExceptionFormatExceptionpublic HttpRequest getRequest() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionpublic HttpResponse getResponse() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionpublic NetObject GetSection(java.lang.String sectionName) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, OutOfMemoryException, ThreadAbortException, HttpRequestValidationException, ProviderException, ConfigurationErrorsException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionProviderExceptionConfigurationErrorsExceptionCultureNotFoundExceptionpublic HttpServerUtility getServer() throws java.lang.Throwable
java.lang.Throwablepublic HttpSessionState getSession() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
public boolean getSkipAuthorization()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getThreadAbortOnTimeout()
throws java.lang.Throwable
java.lang.Throwablepublic DateTime getTimestamp() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidTimeZoneException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionNotSupportedExceptionpublic TraceContext getTrace() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, HttpException, IndexOutOfRangeException, ProviderException, ConfigurationErrorsException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, MissingManifestResourceException, ObjectDisposedException, ConfigurationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionHttpExceptionIndexOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationExceptionpublic IPrincipal getUser() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getWebSocketNegotiatedProtocol()
throws java.lang.Throwable
java.lang.Throwablepublic void RemapHandler(IHttpHandler handler) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionIndexOutOfRangeExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionHttpExceptionOutOfMemoryExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionNotSupportedExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionNotSupportedExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionNotSupportedExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionNotSupportedExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic void setAllowAsyncDuringSyncStages(boolean AllowAsyncDuringSyncStages)
throws java.lang.Throwable,
ArgumentException,
ConfigurationErrorsException,
HttpException,
ArgumentNullException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
MissingManifestResourceException,
ConfigurationException
public void setApplicationInstance(HttpApplication ApplicationInstance) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public void setAsyncPreloadMode(AsyncPreloadModeFlags AsyncPreloadMode) throws java.lang.Throwable
java.lang.Throwablepublic static void setCurrent(HttpContext Current) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, SecurityException, ArgumentOutOfRangeException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionSecurityExceptionArgumentOutOfRangeExceptionNullReferenceExceptionpublic void setCurrentNotification(RequestNotification CurrentNotification) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionpublic void setHandler(IHttpHandler Handler) throws java.lang.Throwable
java.lang.Throwablepublic void setIsPostNotification(boolean IsPostNotification)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void SetSessionStateBehavior(SessionStateBehavior sessionStateBehavior) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setSkipAuthorization(boolean SkipAuthorization)
throws java.lang.Throwable,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
HttpException,
ArgumentOutOfRangeException,
HttpRequestValidationException,
ConfigurationErrorsException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionHttpExceptionArgumentOutOfRangeExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationExceptionpublic void setThreadAbortOnTimeout(boolean ThreadAbortOnTimeout)
throws java.lang.Throwable
java.lang.Throwablepublic void setUser(IPrincipal User) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ConfigurationErrorsException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, ConfigurationException, InvalidOperationException, IndexOutOfRangeException