public class HttpResponse extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpResponse
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.HttpResponse
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpResponse() |
HttpResponse(java.lang.Object instance)
Internal constructor.
|
HttpResponse(TextWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddCacheDependency(CacheDependency... dependencies) |
void |
AddCacheItemDependencies(JCORefOut dupParam0) |
void |
AddCacheItemDependencies(NetArrayList cacheKeys) |
void |
AddCacheItemDependencies(java.lang.String[] cacheKeys) |
void |
AddCacheItemDependency(java.lang.String cacheKey) |
void |
AddFileDependencies(JCORefOut dupParam0) |
void |
AddFileDependencies(NetArrayList filenames) |
void |
AddFileDependencies(java.lang.String[] filenames) |
void |
AddFileDependency(java.lang.String filename) |
void |
AddHeader(java.lang.String name,
java.lang.String value) |
void |
AppendCookie(HttpCookie cookie) |
void |
AppendHeader(java.lang.String name,
java.lang.String value) |
void |
AppendToLog(java.lang.String param) |
java.lang.String |
ApplyAppPathModifier(java.lang.String virtualPath) |
IAsyncResult |
BeginFlush(AsyncCallback callback,
NetObject state) |
void |
BinaryWrite(byte[] buffer) |
void |
BinaryWrite(JCORefOut dupParam0) |
static HttpResponse |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into HttpResponse, a cast assert is made to check if types are compatible. |
void |
Clear() |
void |
ClearContent() |
void |
ClearHeaders() |
void |
Close() |
void |
DisableKernelCache() |
void |
DisableUserCache() |
void |
End() |
void |
EndFlush(IAsyncResult asyncResult) |
void |
Flush() |
Task |
FlushAsync() |
boolean |
getBuffer() |
boolean |
getBufferOutput() |
HttpCachePolicy |
getCache() |
java.lang.String |
getCacheControl() |
java.lang.String |
getCharset() |
CancellationToken |
getClientDisconnectedToken() |
Encoding |
getContentEncoding() |
java.lang.String |
getContentType() |
HttpCookieCollection |
getCookies() |
int |
getExpires() |
DateTime |
getExpiresAbsolute() |
Stream |
getFilter() |
Encoding |
getHeaderEncoding() |
NameValueCollection |
getHeaders() |
boolean |
getHeadersWritten() |
boolean |
getIsClientConnected() |
boolean |
getIsRequestBeingRedirected() |
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
|
TextWriter |
getOutput() |
Stream |
getOutputStream() |
java.lang.String |
getRedirectLocation() |
java.lang.String |
getStatus() |
int |
getStatusCode() |
java.lang.String |
getStatusDescription() |
int |
getSubStatusCode() |
boolean |
getSupportsAsyncFlush() |
boolean |
getSuppressContent() |
boolean |
getSuppressDefaultCacheControlHeader() |
boolean |
getSuppressFormsAuthenticationRedirect() |
boolean |
getTrySkipIisCustomErrors() |
void |
Pics(java.lang.String value) |
void |
PushPromise(java.lang.String path) |
void |
PushPromise(java.lang.String path,
java.lang.String method,
NameValueCollection headers) |
void |
Redirect(java.lang.String url) |
void |
Redirect(java.lang.String url,
boolean endResponse) |
void |
RedirectPermanent(java.lang.String url) |
void |
RedirectPermanent(java.lang.String url,
boolean endResponse) |
void |
RedirectToRoute(NetObject routeValues) |
void |
RedirectToRoute(RouteValueDictionary routeValues) |
void |
RedirectToRoute(java.lang.String routeName) |
void |
RedirectToRoute(java.lang.String routeName,
NetObject routeValues) |
void |
RedirectToRoute(java.lang.String routeName,
RouteValueDictionary routeValues) |
void |
RedirectToRoutePermanent(NetObject routeValues) |
void |
RedirectToRoutePermanent(RouteValueDictionary routeValues) |
void |
RedirectToRoutePermanent(java.lang.String routeName) |
void |
RedirectToRoutePermanent(java.lang.String routeName,
NetObject routeValues) |
void |
RedirectToRoutePermanent(java.lang.String routeName,
RouteValueDictionary routeValues) |
static void |
RemoveOutputCacheItem(java.lang.String path) |
static void |
RemoveOutputCacheItem(java.lang.String path,
java.lang.String providerName) |
void |
setBuffer(boolean Buffer) |
void |
setBufferOutput(boolean BufferOutput) |
void |
setCacheControl(java.lang.String CacheControl) |
void |
setCharset(java.lang.String Charset) |
void |
setContentEncoding(Encoding ContentEncoding) |
void |
setContentType(java.lang.String ContentType) |
void |
SetCookie(HttpCookie cookie) |
void |
setExpires(int Expires) |
void |
setExpiresAbsolute(DateTime ExpiresAbsolute) |
void |
setFilter(Stream Filter) |
void |
setHeaderEncoding(Encoding HeaderEncoding) |
void |
setHeadersWritten(boolean HeadersWritten) |
void |
setIsRequestBeingRedirected(boolean IsRequestBeingRedirected) |
void |
setJCOInstance(JCObject instance) |
void |
setOutput(TextWriter Output) |
void |
setRedirectLocation(java.lang.String RedirectLocation) |
void |
setStatus(java.lang.String Status) |
void |
setStatusCode(int StatusCode) |
void |
setStatusDescription(java.lang.String StatusDescription) |
void |
setSubStatusCode(int SubStatusCode) |
void |
setSuppressContent(boolean SuppressContent) |
void |
setSuppressDefaultCacheControlHeader(boolean SuppressDefaultCacheControlHeader) |
void |
setSuppressFormsAuthenticationRedirect(boolean SuppressFormsAuthenticationRedirect) |
void |
setTrySkipIisCustomErrors(boolean TrySkipIisCustomErrors) |
void |
TransmitFile(java.lang.String filename) |
void |
TransmitFile(java.lang.String filename,
long offset,
long length) |
void |
Write(char ch) |
void |
Write(char[] buffer,
int index,
int count) |
void |
Write(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
void |
Write(NetObject obj) |
void |
Write(java.lang.String s) |
void |
WriteFile(java.lang.String filename) |
void |
WriteFile(java.lang.String filename,
boolean readIntoMemory) |
void |
WriteFile(java.lang.String filename,
long offset,
long size) |
void |
WriteSubstitution(HttpResponseSubstitutionCallback callback) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HttpResponse()
throws java.lang.Throwable
java.lang.Throwablepublic HttpResponse(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic HttpResponse(TextWriter writer) throws java.lang.Throwable
java.lang.Throwablepublic void AddCacheDependency(CacheDependency... dependencies) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public void AddCacheItemDependencies(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionpublic void AddCacheItemDependencies(NetArrayList cacheKeys) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionFormatExceptionpublic void AddCacheItemDependencies(java.lang.String[] cacheKeys)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionpublic void AddCacheItemDependency(java.lang.String cacheKey)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException
public void AddFileDependencies(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionpublic void AddFileDependencies(NetArrayList filenames) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionFormatExceptionpublic void AddFileDependencies(java.lang.String[] filenames)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionpublic void AddFileDependency(java.lang.String filename)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException
public void AddHeader(java.lang.String name,
java.lang.String value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
PlatformNotSupportedException,
NotSupportedException,
ThreadAbortException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionPlatformNotSupportedExceptionNotSupportedExceptionThreadAbortExceptionpublic void AppendCookie(HttpCookie cookie) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionpublic void AppendHeader(java.lang.String name,
java.lang.String value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
PlatformNotSupportedException,
ThreadAbortException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionPlatformNotSupportedExceptionThreadAbortExceptionpublic void AppendToLog(java.lang.String param)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
HttpRequestValidationException,
ConfigurationErrorsException,
NotSupportedException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionNotSupportedExceptionNullReferenceExceptionpublic java.lang.String ApplyAppPathModifier(java.lang.String virtualPath)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ConfigurationErrorsException,
ThreadAbortException,
HttpRequestValidationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic IAsyncResult BeginFlush(AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, PlatformNotSupportedException, OutOfMemoryException, FormatException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionpublic void BinaryWrite(byte[] buffer)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException
public void BinaryWrite(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
public static HttpResponse cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpResponse, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpResponse instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
NotSupportedException,
HttpRequestValidationException,
ConfigurationErrorsException,
ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationExceptionpublic void ClearContent()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
NotSupportedException,
ArgumentOutOfRangeException,
HttpRequestValidationException,
ConfigurationErrorsException
public void ClearHeaders()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ConfigurationErrorsException,
ConfigurationException,
OverflowException,
HttpRequestValidationException,
TargetParameterCountException,
PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionOverflowExceptionHttpRequestValidationExceptionTargetParameterCountExceptionPlatformNotSupportedExceptionpublic void Close()
throws java.lang.Throwable
java.lang.Throwablepublic void DisableKernelCache()
throws java.lang.Throwable
java.lang.Throwablepublic void DisableUserCache()
throws java.lang.Throwable
java.lang.Throwablepublic void End()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ConfigurationErrorsException,
NotSupportedException,
ConfigurationException,
PlatformNotSupportedException,
OutOfMemoryException,
OverflowException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionNullReferenceExceptionpublic void EndFlush(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, HttpRequestValidationException, ConfigurationErrorsException, ConfigurationException, OperationCanceledException, NullReferenceException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationExceptionOperationCanceledExceptionNullReferenceExceptionFormatExceptionpublic void Flush()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ConfigurationErrorsException,
ConfigurationException,
PlatformNotSupportedException,
OutOfMemoryException,
FormatException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionpublic Task FlushAsync() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, PlatformNotSupportedException, OutOfMemoryException, OverflowException, NullReferenceException, OperationCanceledException, AbandonedMutexException, TaskSchedulerException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionNullReferenceExceptionOperationCanceledExceptionAbandonedMutexExceptionTaskSchedulerExceptionpublic boolean getBuffer()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getBufferOutput()
throws java.lang.Throwable
java.lang.Throwablepublic HttpCachePolicy getCache() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCacheControl()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCharset()
throws java.lang.Throwable,
ArgumentException,
HttpException,
ArgumentNullException,
HttpRequestValidationException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
NotSupportedException
public CancellationToken getClientDisconnectedToken() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AggregateException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionObjectDisposedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAggregateExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionPlatformNotSupportedExceptionpublic Encoding getContentEncoding() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, ArgumentOutOfRangeException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException
public java.lang.String getContentType()
throws java.lang.Throwable
java.lang.Throwablepublic HttpCookieCollection getCookies() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionpublic int getExpires()
throws java.lang.Throwable
java.lang.Throwablepublic DateTime getExpiresAbsolute() throws java.lang.Throwable
java.lang.Throwablepublic Stream getFilter() throws java.lang.Throwable
java.lang.Throwablepublic Encoding getHeaderEncoding() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, ArgumentOutOfRangeException
public NameValueCollection getHeaders() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionpublic boolean getHeadersWritten()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsClientConnected()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsRequestBeingRedirected()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic TextWriter getOutput() throws java.lang.Throwable
java.lang.Throwablepublic Stream getOutputStream() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionpublic java.lang.String getRedirectLocation()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getStatus()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public int getStatusCode()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getStatusDescription()
throws java.lang.Throwable
java.lang.Throwablepublic int getSubStatusCode()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionpublic boolean getSupportsAsyncFlush()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSuppressContent()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSuppressDefaultCacheControlHeader()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSuppressFormsAuthenticationRedirect()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getTrySkipIisCustomErrors()
throws java.lang.Throwable
java.lang.Throwablepublic void Pics(java.lang.String value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
PlatformNotSupportedException,
NotSupportedException,
ThreadAbortException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionPlatformNotSupportedExceptionNotSupportedExceptionThreadAbortExceptionpublic void PushPromise(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
HttpException,
ProviderException,
ConfigurationErrorsException,
ThreadAbortException,
HttpRequestValidationException,
PlatformNotSupportedException,
NotSupportedException,
ConfigurationException,
FormatException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionPlatformNotSupportedExceptionNotSupportedExceptionConfigurationExceptionFormatExceptionOverflowExceptionpublic void PushPromise(java.lang.String path,
java.lang.String method,
NameValueCollection headers)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
HttpException,
ProviderException,
ConfigurationErrorsException,
ThreadAbortException,
HttpRequestValidationException,
PlatformNotSupportedException,
IndexOutOfRangeException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionOverflowExceptionpublic void Redirect(java.lang.String url)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ApplicationException,
ConfigurationErrorsException,
ProviderException,
IndexOutOfRangeException,
UriFormatException,
OutOfMemoryException,
NotSupportedException,
ThreadAbortException,
FormatException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionThreadAbortExceptionFormatExceptionOverflowExceptionpublic void Redirect(java.lang.String url,
boolean endResponse)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ApplicationException,
ConfigurationErrorsException,
ProviderException,
IndexOutOfRangeException,
UriFormatException,
OutOfMemoryException,
NotSupportedException,
ThreadAbortException,
FormatException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionThreadAbortExceptionFormatExceptionOverflowExceptionpublic void RedirectPermanent(java.lang.String url)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ApplicationException,
ConfigurationErrorsException,
ProviderException,
IndexOutOfRangeException,
UriFormatException,
OutOfMemoryException,
NotSupportedException,
ThreadAbortException,
FormatException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionThreadAbortExceptionFormatExceptionOverflowExceptionpublic void RedirectPermanent(java.lang.String url,
boolean endResponse)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ApplicationException,
ConfigurationErrorsException,
ProviderException,
IndexOutOfRangeException,
UriFormatException,
OutOfMemoryException,
NotSupportedException,
ThreadAbortException,
FormatException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionThreadAbortExceptionFormatExceptionOverflowExceptionpublic void RedirectToRoute(NetObject routeValues) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, RankException, NullReferenceException, HttpException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException, ApplicationException, ConfigurationErrorsException, ConfigurationException, UriFormatException, OutOfMemoryException, FormatException, OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionApplicationExceptionConfigurationErrorsExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionpublic void RedirectToRoute(RouteValueDictionary routeValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, OutOfMemoryException, FormatException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, NotSupportedException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionOutOfMemoryExceptionFormatExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionNotSupportedExceptionOverflowExceptionpublic void RedirectToRoute(java.lang.String routeName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
LockRecursionException,
OutOfMemoryException,
FormatException,
ApplicationException,
ConfigurationErrorsException,
ProviderException,
NullReferenceException,
HttpRequestValidationException,
UriFormatException,
NotSupportedException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionOutOfMemoryExceptionFormatExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionNotSupportedExceptionOverflowExceptionpublic void RedirectToRoute(java.lang.String routeName,
NetObject routeValues)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
IndexOutOfRangeException,
NotSupportedException,
RankException,
NullReferenceException,
HttpException,
ObjectDisposedException,
LockRecursionException,
NotImplementedException,
CultureNotFoundException,
ApplicationException,
ConfigurationErrorsException,
MissingMethodException,
TargetInvocationException,
ProviderException,
HttpRequestValidationException,
UriFormatException,
OutOfMemoryException,
FormatException,
OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionApplicationExceptionConfigurationErrorsExceptionMissingMethodExceptionTargetInvocationExceptionProviderExceptionHttpRequestValidationExceptionUriFormatExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionpublic void RedirectToRoute(java.lang.String routeName,
RouteValueDictionary routeValues)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
LockRecursionException,
OutOfMemoryException,
FormatException,
ApplicationException,
ConfigurationErrorsException,
ProviderException,
NullReferenceException,
HttpRequestValidationException,
UriFormatException,
NotSupportedException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionOutOfMemoryExceptionFormatExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionNotSupportedExceptionOverflowExceptionpublic void RedirectToRoutePermanent(NetObject routeValues) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, RankException, NullReferenceException, HttpException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException, ApplicationException, ConfigurationErrorsException, ConfigurationException, UriFormatException, OutOfMemoryException, FormatException, OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionApplicationExceptionConfigurationErrorsExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionpublic void RedirectToRoutePermanent(RouteValueDictionary routeValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, OutOfMemoryException, FormatException, ApplicationException, ConfigurationErrorsException, ProviderException, NullReferenceException, HttpRequestValidationException, UriFormatException, NotSupportedException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionOutOfMemoryExceptionFormatExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionNotSupportedExceptionOverflowExceptionpublic void RedirectToRoutePermanent(java.lang.String routeName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
LockRecursionException,
OutOfMemoryException,
FormatException,
ApplicationException,
ConfigurationErrorsException,
ProviderException,
NullReferenceException,
HttpRequestValidationException,
UriFormatException,
NotSupportedException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionOutOfMemoryExceptionFormatExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionNotSupportedExceptionOverflowExceptionpublic void RedirectToRoutePermanent(java.lang.String routeName,
NetObject routeValues)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
IndexOutOfRangeException,
NotSupportedException,
RankException,
NullReferenceException,
HttpException,
ObjectDisposedException,
LockRecursionException,
NotImplementedException,
CultureNotFoundException,
ApplicationException,
ConfigurationErrorsException,
MissingMethodException,
TargetInvocationException,
ProviderException,
HttpRequestValidationException,
UriFormatException,
OutOfMemoryException,
FormatException,
OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionApplicationExceptionConfigurationErrorsExceptionMissingMethodExceptionTargetInvocationExceptionProviderExceptionHttpRequestValidationExceptionUriFormatExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionpublic void RedirectToRoutePermanent(java.lang.String routeName,
RouteValueDictionary routeValues)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
LockRecursionException,
OutOfMemoryException,
FormatException,
ApplicationException,
ConfigurationErrorsException,
ProviderException,
NullReferenceException,
HttpRequestValidationException,
UriFormatException,
NotSupportedException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionOutOfMemoryExceptionFormatExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionNotSupportedExceptionOverflowExceptionpublic static void RemoveOutputCacheItem(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
HttpException,
NullReferenceException,
ConfigurationErrorsException,
NotSupportedException,
RankException,
ProviderException,
PlatformNotSupportedException,
CryptographicException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionNullReferenceExceptionConfigurationErrorsExceptionNotSupportedExceptionRankExceptionProviderExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionpublic static void RemoveOutputCacheItem(java.lang.String path,
java.lang.String providerName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
HttpException,
ConfigurationErrorsException,
NullReferenceException,
ConfigurationException,
OverflowException,
RankException,
ProviderException,
PlatformNotSupportedException,
CryptographicException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionNullReferenceExceptionConfigurationExceptionOverflowExceptionRankExceptionProviderExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionpublic void setBuffer(boolean Buffer)
throws java.lang.Throwable
java.lang.Throwablepublic void setBufferOutput(boolean BufferOutput)
throws java.lang.Throwable
java.lang.Throwablepublic void setCacheControl(java.lang.String CacheControl)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotImplementedException,
NotSupportedException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
AbandonedMutexException,
FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionFormatExceptionpublic void setCharset(java.lang.String Charset)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionpublic void setContentEncoding(Encoding ContentEncoding) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, MissingMethodException, TargetInvocationException, ConfigurationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionConfigurationExceptionpublic void setContentType(java.lang.String ContentType)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionpublic void SetCookie(HttpCookie cookie) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, HttpRequestValidationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionHttpRequestValidationExceptionpublic void setExpires(int Expires)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
OverflowException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionOverflowExceptionArgumentNullExceptionpublic void setExpiresAbsolute(DateTime ExpiresAbsolute) throws java.lang.Throwable, ArgumentException, ArgumentNullException, OverflowException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionOverflowExceptionArgumentOutOfRangeExceptionpublic void setFilter(Stream Filter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException
public void setHeaderEncoding(Encoding HeaderEncoding) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, ArgumentException, FormatException, InvalidOperationException, NotSupportedException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, HttpException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionFormatExceptionInvalidOperationExceptionNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionpublic void setHeadersWritten(boolean HeadersWritten)
throws java.lang.Throwable
java.lang.Throwablepublic void setIsRequestBeingRedirected(boolean IsRequestBeingRedirected)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setOutput(TextWriter Output) throws java.lang.Throwable
java.lang.Throwablepublic void setRedirectLocation(java.lang.String RedirectLocation)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionpublic void setStatus(java.lang.String Status)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
OutOfMemoryException,
FormatException,
OverflowException,
NotImplementedException,
NotSupportedException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
AbandonedMutexException,
HttpException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionHttpExceptionpublic void setStatusCode(int StatusCode)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionpublic void setStatusDescription(java.lang.String StatusDescription)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionpublic void setSubStatusCode(int SubStatusCode)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionHttpExceptionpublic void setSuppressContent(boolean SuppressContent)
throws java.lang.Throwable
java.lang.Throwablepublic void setSuppressDefaultCacheControlHeader(boolean SuppressDefaultCacheControlHeader)
throws java.lang.Throwable
java.lang.Throwablepublic void setSuppressFormsAuthenticationRedirect(boolean SuppressFormsAuthenticationRedirect)
throws java.lang.Throwable
java.lang.Throwablepublic void setTrySkipIisCustomErrors(boolean TrySkipIisCustomErrors)
throws java.lang.Throwable
java.lang.Throwablepublic void TransmitFile(java.lang.String filename)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
IndexOutOfRangeException,
HttpRequestValidationException,
PathTooLongException,
NotSupportedException,
NullReferenceException,
SecurityException,
IOException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
PlatformNotSupportedException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionIndexOutOfRangeExceptionHttpRequestValidationExceptionPathTooLongExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionIOExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionOverflowExceptionpublic void TransmitFile(java.lang.String filename,
long offset,
long length)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
FormatException,
HttpRequestValidationException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NullReferenceException,
SecurityException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
PlatformNotSupportedException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionFormatExceptionHttpRequestValidationExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionSecurityExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionOverflowExceptionpublic void Write(char ch)
throws java.lang.Throwable
java.lang.Throwablepublic void Write(char[] buffer,
int index,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(NetObject obj) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException
public void Write(java.lang.String s)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteFile(java.lang.String filename)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
OutOfMemoryException,
HttpRequestValidationException,
PathTooLongException,
NotSupportedException,
NullReferenceException,
SecurityException,
IOException,
ConfigurationErrorsException,
ConfigurationException,
PlatformNotSupportedException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionHttpRequestValidationExceptionPathTooLongExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionIOExceptionConfigurationErrorsExceptionConfigurationExceptionPlatformNotSupportedExceptionOverflowExceptionpublic void WriteFile(java.lang.String filename,
boolean readIntoMemory)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
FormatException,
HttpRequestValidationException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException,
NullReferenceException,
SecurityException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
PlatformNotSupportedException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionFormatExceptionHttpRequestValidationExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionOverflowExceptionpublic void WriteFile(java.lang.String filename,
long offset,
long size)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
FormatException,
HttpRequestValidationException,
PathTooLongException,
IndexOutOfRangeException,
NotSupportedException,
NullReferenceException,
SecurityException,
IOException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
PlatformNotSupportedException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionFormatExceptionHttpRequestValidationExceptionPathTooLongExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionIOExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionOverflowExceptionpublic void WriteSubstitution(HttpResponseSubstitutionCallback callback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, ConfigurationException, OutOfMemoryException, HttpRequestValidationException, PlatformNotSupportedException, OverflowException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionHttpRequestValidationExceptionPlatformNotSupportedExceptionOverflowExceptionNullReferenceException