public class HttpResponseWrapper extends HttpResponseBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpResponseWrapper
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.HttpResponseWrapper
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpResponseWrapper() |
HttpResponseWrapper(HttpResponse httpResponse) |
HttpResponseWrapper(java.lang.Object instance)
Internal constructor.
|
| 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 HttpResponseWrapper |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into HttpResponseWrapper, 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() |
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
|
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) |
void |
RemoveOutputCacheItem(java.lang.String path) |
void |
RemoveOutputCacheItem(java.lang.String path,
java.lang.String providerName) |
void |
SetCookie(HttpCookie cookie) |
void |
setJCOInstance(JCObject instance) |
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) |
getBuffer, getBufferOutput, getCache, getCacheControl, getCharset, getClientDisconnectedToken, getContentEncoding, getContentType, getCookies, getExpires, getExpiresAbsolute, getFilter, getHeaderEncoding, getHeaders, getHeadersWritten, getIsClientConnected, getIsRequestBeingRedirected, getOutput, getOutputStream, getRedirectLocation, getStatus, getStatusCode, getStatusDescription, getSubStatusCode, getSupportsAsyncFlush, getSuppressContent, getSuppressDefaultCacheControlHeader, getSuppressFormsAuthenticationRedirect, getTrySkipIisCustomErrors, setBuffer, setBufferOutput, setCacheControl, setCharset, setContentEncoding, setContentType, setExpires, setExpiresAbsolute, setFilter, setHeaderEncoding, setOutput, setRedirectLocation, setStatus, setStatusCode, setStatusDescription, setSubStatusCode, setSuppressContent, setSuppressDefaultCacheControlHeader, setSuppressFormsAuthenticationRedirect, setTrySkipIisCustomErrorspublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HttpResponseWrapper()
throws java.lang.Throwable
java.lang.Throwablepublic HttpResponseWrapper(HttpResponse httpResponse) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic HttpResponseWrapper(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddCacheDependency(CacheDependency... dependencies) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
AddCacheDependency in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic void AddCacheItemDependencies(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException
AddCacheItemDependencies in class HttpResponseBasejava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionpublic void AddCacheItemDependencies(NetArrayList cacheKeys) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, FormatException
AddCacheItemDependencies in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionFormatExceptionpublic void AddCacheItemDependencies(java.lang.String[] cacheKeys)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException
AddCacheItemDependencies in class HttpResponseBasejava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionpublic void AddCacheItemDependency(java.lang.String cacheKey)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException
AddCacheItemDependency in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void AddFileDependencies(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException
AddFileDependencies in class HttpResponseBasejava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionpublic void AddFileDependencies(NetArrayList filenames) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, FormatException
AddFileDependencies in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionFormatExceptionpublic void AddFileDependencies(java.lang.String[] filenames)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException
AddFileDependencies in class HttpResponseBasejava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionpublic void AddFileDependency(java.lang.String filename)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException
AddFileDependency in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void AddHeader(java.lang.String name,
java.lang.String value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
PlatformNotSupportedException,
NotSupportedException,
ThreadAbortException
AddHeader in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionPlatformNotSupportedExceptionNotSupportedExceptionThreadAbortExceptionpublic void AppendCookie(HttpCookie cookie) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
AppendCookie in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionpublic void AppendHeader(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
AppendHeader in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionPlatformNotSupportedExceptionNotSupportedExceptionThreadAbortExceptionpublic void AppendToLog(java.lang.String param)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ConfigurationErrorsException,
NotSupportedException,
NullReferenceException
AppendToLog in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionNullReferenceExceptionpublic java.lang.String ApplyAppPathModifier(java.lang.String virtualPath)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ThreadAbortException,
HttpRequestValidationException
ApplyAppPathModifier in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionThreadAbortExceptionHttpRequestValidationExceptionpublic IAsyncResult BeginFlush(AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, PlatformNotSupportedException, OutOfMemoryException, OverflowException, NullReferenceException
BeginFlush in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionNullReferenceExceptionpublic void BinaryWrite(byte[] buffer)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException
BinaryWrite in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionpublic void BinaryWrite(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException
BinaryWrite in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionpublic static HttpResponseWrapper cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpResponseWrapper, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpResponseWrapper instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
NotSupportedException,
ArgumentOutOfRangeException,
HttpRequestValidationException,
ConfigurationErrorsException
Clear in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionArgumentOutOfRangeExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionpublic void ClearContent()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
NotSupportedException,
ArgumentOutOfRangeException,
ConfigurationErrorsException
ClearContent in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionpublic void ClearHeaders()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
NotSupportedException,
ConfigurationErrorsException,
ConfigurationException,
HttpRequestValidationException,
PlatformNotSupportedException
ClearHeaders in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionHttpRequestValidationExceptionPlatformNotSupportedExceptionpublic void Close()
throws java.lang.Throwable
Close in class HttpResponseBasejava.lang.Throwablepublic void DisableKernelCache()
throws java.lang.Throwable
DisableKernelCache in class HttpResponseBasejava.lang.Throwablepublic void DisableUserCache()
throws java.lang.Throwable
DisableUserCache in class HttpResponseBasejava.lang.Throwablepublic void End()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ConfigurationErrorsException,
NotSupportedException,
ConfigurationException,
PlatformNotSupportedException,
OutOfMemoryException,
OverflowException,
NullReferenceException
End in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionNullReferenceExceptionpublic void EndFlush(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, ArgumentOutOfRangeException, HttpRequestValidationException, ConfigurationErrorsException, OperationCanceledException, FormatException
EndFlush in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionArgumentOutOfRangeExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionOperationCanceledExceptionFormatExceptionpublic void Flush()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ConfigurationErrorsException,
NotSupportedException,
ConfigurationException,
PlatformNotSupportedException,
OutOfMemoryException,
OverflowException,
NullReferenceException
Flush in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionNullReferenceExceptionpublic Task FlushAsync() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, PlatformNotSupportedException, OutOfMemoryException, OverflowException, NullReferenceException, OperationCanceledException, FormatException, TaskSchedulerException
FlushAsync in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionNullReferenceExceptionOperationCanceledExceptionFormatExceptionTaskSchedulerExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class HttpResponseBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class HttpResponseBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class HttpResponseBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class HttpResponseBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class HttpResponseBaseJCType representing the CLR Type of the instantiated Classpublic void Pics(java.lang.String value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
PlatformNotSupportedException,
NotSupportedException,
ThreadAbortException
Pics in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionPlatformNotSupportedExceptionNotSupportedExceptionThreadAbortExceptionpublic void PushPromise(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
OutOfMemoryException,
ThreadAbortException,
HttpRequestValidationException,
PlatformNotSupportedException,
ConfigurationErrorsException,
NotSupportedException,
ConfigurationException
PushPromise in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionpublic void PushPromise(java.lang.String path,
java.lang.String method,
NameValueCollection headers)
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
PushPromise in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionThreadAbortExceptionHttpRequestValidationExceptionPlatformNotSupportedExceptionNotSupportedExceptionConfigurationExceptionFormatExceptionOverflowExceptionpublic void Redirect(java.lang.String url)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ApplicationException,
ConfigurationErrorsException,
ProviderException,
NullReferenceException,
HttpRequestValidationException,
UriFormatException,
OutOfMemoryException,
NotSupportedException,
FormatException,
OverflowException
Redirect in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowExceptionpublic void Redirect(java.lang.String url,
boolean endResponse)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ApplicationException,
ConfigurationErrorsException,
ProviderException,
NullReferenceException,
HttpRequestValidationException,
UriFormatException,
OutOfMemoryException,
NotSupportedException,
FormatException,
OverflowException
Redirect in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowExceptionpublic void RedirectPermanent(java.lang.String url)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ApplicationException,
ConfigurationErrorsException,
ProviderException,
NullReferenceException,
HttpRequestValidationException,
UriFormatException,
OutOfMemoryException,
NotSupportedException,
FormatException,
OverflowException
RedirectPermanent in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowExceptionpublic void RedirectPermanent(java.lang.String url,
boolean endResponse)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ApplicationException,
ConfigurationErrorsException,
ProviderException,
NullReferenceException,
HttpRequestValidationException,
UriFormatException,
OutOfMemoryException,
NotSupportedException,
FormatException,
OverflowException
RedirectPermanent in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionApplicationExceptionConfigurationErrorsExceptionProviderExceptionNullReferenceExceptionHttpRequestValidationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowExceptionpublic void RedirectToRoute(NetObject routeValues) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, RankException, NullReferenceException, HttpException, InvalidOperationException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException, ApplicationException, ConfigurationErrorsException, HttpRequestValidationException, ConfigurationException, FormatException, OverflowException
RedirectToRoute in class HttpResponseBasejava.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionInvalidOperationExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionApplicationExceptionConfigurationErrorsExceptionHttpRequestValidationExceptionConfigurationExceptionFormatExceptionOverflowExceptionpublic void RedirectToRoute(RouteValueDictionary routeValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, CultureNotFoundException, IndexOutOfRangeException, ApplicationException, ConfigurationErrorsException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException, NotSupportedException, FormatException, OverflowException
RedirectToRoute in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionApplicationExceptionConfigurationErrorsExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowExceptionpublic void RedirectToRoute(java.lang.String routeName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
LockRecursionException,
CultureNotFoundException,
IndexOutOfRangeException,
ApplicationException,
ConfigurationErrorsException,
NullReferenceException,
ConfigurationException,
UriFormatException,
OutOfMemoryException,
NotSupportedException,
FormatException,
OverflowException
RedirectToRoute in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionApplicationExceptionConfigurationErrorsExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowExceptionpublic void RedirectToRoute(java.lang.String routeName,
NetObject routeValues)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
NotSupportedException,
RankException,
NullReferenceException,
HttpException,
InvalidOperationException,
ObjectDisposedException,
LockRecursionException,
NotImplementedException,
CultureNotFoundException,
ApplicationException,
ConfigurationErrorsException,
ConfigurationException,
UriFormatException,
OutOfMemoryException,
FormatException,
OverflowException
RedirectToRoute in class HttpResponseBasejava.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionInvalidOperationExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionApplicationExceptionConfigurationErrorsExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionpublic void RedirectToRoute(java.lang.String routeName,
RouteValueDictionary routeValues)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
LockRecursionException,
CultureNotFoundException,
IndexOutOfRangeException,
ApplicationException,
ConfigurationErrorsException,
NullReferenceException,
ConfigurationException,
UriFormatException,
OutOfMemoryException,
NotSupportedException,
FormatException,
OverflowException
RedirectToRoute in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionApplicationExceptionConfigurationErrorsExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowExceptionpublic void RedirectToRoutePermanent(NetObject routeValues) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotSupportedException, RankException, NullReferenceException, HttpException, InvalidOperationException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException, ApplicationException, ConfigurationErrorsException, HttpRequestValidationException, ConfigurationException, FormatException, OverflowException
RedirectToRoutePermanent in class HttpResponseBasejava.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionInvalidOperationExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionApplicationExceptionConfigurationErrorsExceptionHttpRequestValidationExceptionConfigurationExceptionFormatExceptionOverflowExceptionpublic void RedirectToRoutePermanent(RouteValueDictionary routeValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, LockRecursionException, CultureNotFoundException, IndexOutOfRangeException, ApplicationException, ConfigurationErrorsException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException, NotSupportedException, FormatException, OverflowException
RedirectToRoutePermanent in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionApplicationExceptionConfigurationErrorsExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowExceptionpublic void RedirectToRoutePermanent(java.lang.String routeName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
LockRecursionException,
CultureNotFoundException,
IndexOutOfRangeException,
ApplicationException,
ConfigurationErrorsException,
NullReferenceException,
ConfigurationException,
UriFormatException,
OutOfMemoryException,
NotSupportedException,
FormatException,
OverflowException
RedirectToRoutePermanent in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionApplicationExceptionConfigurationErrorsExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowExceptionpublic void RedirectToRoutePermanent(java.lang.String routeName,
NetObject routeValues)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
NotSupportedException,
RankException,
NullReferenceException,
HttpException,
InvalidOperationException,
ObjectDisposedException,
LockRecursionException,
NotImplementedException,
CultureNotFoundException,
ApplicationException,
ConfigurationErrorsException,
ConfigurationException,
UriFormatException,
OutOfMemoryException,
FormatException,
OverflowException
RedirectToRoutePermanent in class HttpResponseBasejava.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionInvalidOperationExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionApplicationExceptionConfigurationErrorsExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionpublic void RedirectToRoutePermanent(java.lang.String routeName,
RouteValueDictionary routeValues)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
LockRecursionException,
CultureNotFoundException,
IndexOutOfRangeException,
ApplicationException,
ConfigurationErrorsException,
NullReferenceException,
ConfigurationException,
UriFormatException,
OutOfMemoryException,
NotSupportedException,
FormatException,
OverflowException
RedirectToRoutePermanent in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionLockRecursionExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionApplicationExceptionConfigurationErrorsExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionOverflowExceptionpublic void RemoveOutputCacheItem(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ConfigurationErrorsException,
NotSupportedException,
RankException,
PlatformNotSupportedException,
CryptographicException,
OutOfMemoryException,
ConfigurationException,
ProviderException
RemoveOutputCacheItem in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionRankExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionConfigurationExceptionProviderExceptionpublic void RemoveOutputCacheItem(java.lang.String path,
java.lang.String providerName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
HttpException,
NullReferenceException,
ConfigurationErrorsException,
NotSupportedException,
RankException,
ProviderException,
PlatformNotSupportedException,
CryptographicException,
OutOfMemoryException
RemoveOutputCacheItem in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionNullReferenceExceptionConfigurationErrorsExceptionNotSupportedExceptionRankExceptionProviderExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionpublic void SetCookie(HttpCookie cookie) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, NullReferenceException
SetCookie in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionNullReferenceExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class HttpResponseBasepublic void TransmitFile(java.lang.String filename)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
HttpRequestValidationException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException,
NullReferenceException,
SecurityException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
PlatformNotSupportedException,
OverflowException
TransmitFile in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionHttpRequestValidationExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionOverflowExceptionpublic void TransmitFile(java.lang.String filename,
long offset,
long length)
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
TransmitFile in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionIndexOutOfRangeExceptionHttpRequestValidationExceptionPathTooLongExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionIOExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionOverflowExceptionpublic void Write(char ch)
throws java.lang.Throwable
Write in class HttpResponseBasejava.lang.Throwablepublic void Write(char[] buffer,
int index,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
Write in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
Write in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(NetObject obj) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException
Write in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionpublic void Write(java.lang.String s)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
Write in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteFile(java.lang.String filename)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpRequestValidationException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException,
NullReferenceException,
SecurityException,
ConfigurationErrorsException,
ConfigurationException,
OutOfMemoryException,
PlatformNotSupportedException,
OverflowException
WriteFile in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpRequestValidationExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionConfigurationErrorsExceptionConfigurationExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionOverflowExceptionpublic void WriteFile(java.lang.String filename,
boolean readIntoMemory)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
OutOfMemoryException,
HttpRequestValidationException,
PathTooLongException,
NotSupportedException,
NullReferenceException,
SecurityException,
IOException,
ConfigurationErrorsException,
ConfigurationException,
PlatformNotSupportedException,
OverflowException
WriteFile in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionHttpRequestValidationExceptionPathTooLongExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionIOExceptionConfigurationErrorsExceptionConfigurationExceptionPlatformNotSupportedExceptionOverflowExceptionpublic void WriteFile(java.lang.String filename,
long offset,
long size)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
OutOfMemoryException,
HttpRequestValidationException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException,
NullReferenceException,
SecurityException,
ConfigurationErrorsException,
ConfigurationException,
PlatformNotSupportedException,
OverflowException
WriteFile in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionHttpRequestValidationExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionConfigurationErrorsExceptionConfigurationExceptionPlatformNotSupportedExceptionOverflowExceptionpublic void WriteSubstitution(HttpResponseSubstitutionCallback callback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, OutOfMemoryException, PlatformNotSupportedException, OverflowException, NullReferenceException
WriteSubstitution in class HttpResponseBasejava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionOverflowExceptionNullReferenceException